1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

ICDIRegister extends ICDIRegisterObject.

This commit is contained in:
Alain Magloire 2003-03-13 20:10:39 +00:00
parent 88ad7ce32f
commit 5d1916545e

View file

@ -13,5 +13,5 @@ package org.eclipse.cdt.debug.core.cdi.model;
* *
* @since Jul 9, 2002 * @since Jul 9, 2002
*/ */
public interface ICDIRegister extends ICDIVariable { public interface ICDIRegister extends ICDIVariable, ICDIRegisterObject {
} }