blob: 6ee8448495b2385f2a7a81483b30d112a715cc06 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.internal.rdt.sync.ui.scannerinfo;
import org.eclipse.cdt.ui.newui.SymbolTab;
import org.eclipse.ptp.internal.rdt.sync.ui.RDTHelpContextIds;
public class RemoteSymbolTab extends SymbolTab {
public String getHelpContextId() {
return RDTHelpContextIds.REMOTE_SYMBOL_TAB;
}
}