mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[205132] Second step in refactoring IDMContext:
- Removed the IDMService.getServiceContext() method.
This commit is contained in:
parent
7286137a7e
commit
ec4694c8b8
1 changed files with 0 additions and 8 deletions
|
@ -21,14 +21,6 @@ import org.eclipse.dd.dsf.service.IDsfService;
|
||||||
* represents the service data.
|
* represents the service data.
|
||||||
*/
|
*/
|
||||||
public interface IDMService extends IDsfService {
|
public interface IDMService extends IDsfService {
|
||||||
/**
|
|
||||||
* Returns the context representing the service in the data model. It is
|
|
||||||
* usually used in events to indicate that lists of contexts in this
|
|
||||||
* service are changed.
|
|
||||||
*/
|
|
||||||
IDMContext getServiceContext();
|
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* Retrieves model data object for given context. This method makes it
|
* Retrieves model data object for given context. This method makes it
|
||||||
* un-necessary for every model service to declare a separate method
|
* un-necessary for every model service to declare a separate method
|
||||||
|
|
Loading…
Add table
Reference in a new issue