blob: 8a082297c7bbb5b6ed5b2af1cbbcc14dd4f49c8c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 Mentor Graphics and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Mentor Graphics - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.dsf.gdb.internal.ui;
/**
* @noimplement This interface is not intended to be implemented by clients.
*
* @since 4.1
*/
public interface IGdbUIConstants {
/**
* Plug-in identifier (value <code>"org.eclipse.cdt.dsf.gdb.ui"</code>).
*/
public static final String PLUGIN_ID = GdbUIPlugin.PLUGIN_ID;
/** image identifier. */
public static final String IMG_WIZBAN_ADVANCED_TIMEOUT_SETTINGS = PLUGIN_ID + ".imageAdvancedTimeoutSettings"; //$NON-NLS-1$
}