1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bugzilla 221899

This commit is contained in:
Randy Rohrbach 2008-05-02 12:55:39 +00:00
parent 7ce469c07f
commit 55369d3ccb

View file

@ -202,6 +202,7 @@ abstract public class AbstractDMVMNode extends AbstractVMNode implements IVMNode
* @param update Update object to fill in.
* @return true if service IS found, indicating that it's OK to proceed.
*/
@Deprecated
protected boolean checkService(Class<? extends IDsfService> serviceClass, String filter, IViewerUpdate update) {
if (getServicesTracker().getService(serviceClass, filter) == null) {
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, IDsfStatusConstants.INVALID_STATE,