mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Cleanup.
This commit is contained in:
parent
5662034d08
commit
2f7b91dea5
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-20 Mikhail Khodjaiants
|
||||
Cleanup.
|
||||
* ICDebugInternalConstants.java
|
||||
|
||||
2004-07-20 Mikhail Khodjaiants
|
||||
Cleanup.
|
||||
* CStackFrame.java
|
||||
|
|
|
@ -8,18 +8,14 @@
|
|||
* 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue