2010-06-05 fchouinard@gmail.com Contributions for bugs 292965, 292963, 293102,...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / request / LttngBaseEventRequest.java
index e9cc6fdd246bff56f6b8db04c50a8e53d9469d83..dd666fd9ee647ea3528d2fd1ae4a22c9a27afc52 100644 (file)
@@ -62,6 +62,11 @@ public abstract class LttngBaseEventRequest extends TmfEventRequest<LttngEvent>
                fDispatchTime = dispatchTime;
        }
 
+       @Override
+       public void cancel() {
+               super.cancel();
+       }
+
        // ========================================================================
        // Methods
        // =======================================================================
This page took 0.024114 seconds and 5 git commands to generate.