blob: 462eeca6e465886367ccfb6bf4819e4eaa786934 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.mi.internal.ui;
/**
*
* Constant definitions for MI UI plug-in.
*
* @since Oct 4, 2002
*/
public interface IMIUIConstants
{
/**
* C/C++ Debug UI plug-in identifier (value <code>"org.eclipse.cdt.debug.ui"</code>).
*/
public static final String PLUGIN_ID = MIUIPlugin.getDefault().getDescriptor().getUniqueIdentifier();
}