gdbtrace: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / remote / RemoteSystemProxy.java
index 5686c3661e754ba7f7bfc99770f2ade03439d12b..8ddc210ea509ff10ecb45f0249e0be072e1dd49a 100644 (file)
@@ -195,4 +195,9 @@ public class RemoteSystemProxy implements IRemoteSystemProxy {
             cs.removeCommunicationsListener(listener);
         }
     }
+
+    @Override
+    public boolean isLocal() {
+        return fHost.getSystemType().isLocal();
+    }
 }
This page took 0.026834 seconds and 5 git commands to generate.