From bfe0ba53217f6b536b27b85ac387ead0f40ac109 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 13 Mar 2003 20:10:57 +0000 Subject: [PATCH] ICDIVariable extends ICDIVariableObject --- .../org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java index acf1d953749..bfd8401c537 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java @@ -15,8 +15,9 @@ import org.eclipse.cdt.debug.core.cdi.CDIException; * * @since Jul 9, 2002 */ -public interface ICDIVariable extends ICDIObject { +public interface ICDIVariable extends ICDIVariableObject { + /** * Returns the stackframe where the variable was found * may return null. @@ -32,7 +33,7 @@ public interface ICDIVariable extends ICDIObject { * @return the name of this variable * @throws CDIException if this method fails. Reasons include: */ - String getName() throws CDIException; + String getName(); /** * Returns the type of data this variable is declared.