1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +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
Cleanup.
* CStackFrame.java

View file

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