1
0
Fork 0
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:
Pawel Piech 2007-10-19 23:06:31 +00:00
parent 7286137a7e
commit ec4694c8b8

View file

@ -21,14 +21,6 @@ import org.eclipse.dd.dsf.service.IDsfService;
* represents the service data.
*/
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
* un-necessary for every model service to declare a separate method