mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Removed files.
This commit is contained in:
parent
ad047ecf89
commit
72af41de4d
3 changed files with 0 additions and 49 deletions
|
@ -1,16 +0,0 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.core.cdi.model;
|
||||
|
||||
/**
|
||||
*
|
||||
* Represents a value of an array type.
|
||||
*
|
||||
* @since Aug 9, 2002
|
||||
*/
|
||||
public interface ICDIArrayValue extends ICDIValue
|
||||
{
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.core.cdi.model;
|
||||
|
||||
/**
|
||||
*
|
||||
* Represents a value of a string type.
|
||||
*
|
||||
* @since Aug 9, 2002
|
||||
*/
|
||||
public interface ICDIStringValue extends ICDIValue
|
||||
{
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.core.cdi.model;
|
||||
|
||||
/**
|
||||
*
|
||||
* Represents a value of a structure type.
|
||||
*
|
||||
* @since Aug 9, 2002
|
||||
*/
|
||||
public interface ICDIStructureValue extends ICDIValue
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue