control: Base code for profile dialog window
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / model / impl / NullControlService.java
index bbb1af306d09a4950b5af70d676d5c206fab148c..48b8a99a4bc7cf73c485dca53e3d8f90b5a52070 100644 (file)
@@ -142,4 +142,9 @@ class NullControlService implements ILttngControlService {
     @Override
     public void runCommands(IProgressMonitor monitor, List<String> commands) throws ExecutionException {
     }
+
+    @Override
+    public void loadSession(String sessionName, IProgressMonitor monitor) throws ExecutionException {
+
+    }
 }
This page took 0.023743 seconds and 5 git commands to generate.