1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
This commit is contained in:
Mikhail Khodjaiants 2004-07-20 21:42:11 +00:00
parent 5662034d08
commit 2f7b91dea5
2 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2004-07-20 Mikhail Khodjaiants
Cleanup.
* ICDebugInternalConstants.java
2004-07-20 Mikhail Khodjaiants 2004-07-20 Mikhail Khodjaiants
Cleanup. Cleanup.
* CStackFrame.java * CStackFrame.java

View file

@ -8,18 +8,14 @@
* Contributors: * Contributors:
* QNX Software Systems - Initial API and implementation * QNX Software Systems - Initial API and implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.debug.internal.core; package org.eclipse.cdt.debug.internal.core;
/** /**
*
* Definitions of the internal constants for C/C++ Debug plug-in. * Definitions of the internal constants for C/C++ Debug plug-in.
*
* @since: Sep 25, 2002
*/ */
public class ICDebugInternalConstants public class ICDebugInternalConstants {
{
/* /**
* Status handler codes. * Status handler codes.
*/ */
public static final int STATUS_CODE_QUESTION = 10000; public static final int STATUS_CODE_QUESTION = 10000;