blob: f132127af8c18af477f63a440a6421cc78e33b2f [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
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
{
/*
* 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;
}