- Introduced TmfExperiment (single trace for now)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / stubs / org / eclipse / linuxtools / lttng / stubs / LTTngEventStreamStub.java
index ea41f1e5c3601741f29528819a11e78cb4c84dbb..d5885bba935a9c477aeabe1346d467d35504068e 100644 (file)
@@ -17,15 +17,15 @@ import java.io.IOException;
 import java.io.RandomAccessFile;
 import java.util.Map;
 
-import org.eclipse.linuxtools.tmf.stream.ITmfEventParser;
-import org.eclipse.linuxtools.tmf.stream.TmfEventStream;
+import org.eclipse.linuxtools.tmf.trace.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.trace.TmfTrace;
 
 /**
  * <b><u>TmfEventStreamStub</u></b>
  * <p>
  * TODO: Implement me. Please.
  */
-public class LTTngEventStreamStub extends TmfEventStream {
+public class LTTngEventStreamStub extends TmfTrace {
 
     // ========================================================================
     // Attributes
This page took 0.024509 seconds and 5 git commands to generate.