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:
parent
459524d7e4
commit
c8b6bb301b
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ public interface ICDISession
|
|||
*
|
||||
* @return the expression manager
|
||||
*/
|
||||
ICDIExpressionManager getExpressionManager();
|
||||
ICDIVariableManager getExpressionManager();
|
||||
|
||||
/**
|
||||
* Returns the memory manager of this debug session.
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
||||
/**
|
Loading…
Add table
Reference in a new issue