1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

rename of CDIExpressionManager to VariableManager

This commit is contained in:
Alain Magloire 2002-08-16 19:16:46 +00:00
parent 459524d7e4
commit c8b6bb301b
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ public interface ICDISession
*
* @return the expression manager
*/
ICDIExpressionManager getExpressionManager();
ICDIVariableManager getExpressionManager();
/**
* Returns the memory manager of this debug session.

View file

@ -14,7 +14,7 @@ import org.eclipse.cdt.debug.core.cdi.model.ICDIExpression;
*
* @since Jul 9, 2002
*/
public interface ICDIExpressionManager extends ICDISessionObject
public interface ICDIVariableManager extends ICDISessionObject
{
/**