1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Removed files.

This commit is contained in:
Alain Magloire 2003-01-16 19:59:58 +00:00
parent ad047ecf89
commit 72af41de4d
3 changed files with 0 additions and 49 deletions

View file

@ -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
{
}

View file

@ -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
{
}

View file

@ -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
{
}