Fix for Bug338151
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / trace / LTTngTrace.java
index 8d2e6701fefd1c434f4e7d695d8c64ea1855113e..01026ce102b7d148e4924c22f739ffbae5ce2ae3 100644 (file)
@@ -604,6 +604,18 @@ public class LTTngTrace extends TmfTrace<LttngEvent> {
                return new TmfContext(curLocation);
        }
 
+       @Override
+       public TmfContext seekLocation(double ratio) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
+       @Override
+       public double getLocationRatio(ITmfLocation<?> location) {
+               // TODO Auto-generated method stub
+               return 0;
+       }
+
        /**
         * Return the event in the trace according to the given context. Read it if
         * necessary.
This page took 0.024223 seconds and 5 git commands to generate.