mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bugzilla 221899
This commit is contained in:
parent
7ce469c07f
commit
55369d3ccb
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ abstract public class AbstractDMVMNode extends AbstractVMNode implements IVMNode
|
||||||
* @param update Update object to fill in.
|
* @param update Update object to fill in.
|
||||||
* @return true if service IS found, indicating that it's OK to proceed.
|
* @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) {
|
protected boolean checkService(Class<? extends IDsfService> serviceClass, String filter, IViewerUpdate update) {
|
||||||
if (getServicesTracker().getService(serviceClass, filter) == null) {
|
if (getServicesTracker().getService(serviceClass, filter) == null) {
|
||||||
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, IDsfStatusConstants.INVALID_STATE,
|
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, IDsfStatusConstants.INVALID_STATE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue