[Bug304438] Improvement on ITmfLocation
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / trace / ITmfTrace.java
index 50536c3b59778d40b3f4a1e1240521cc4a092df4..f8038207307e6fdc82ea8a7c866a3439071f4d47 100644 (file)
@@ -54,7 +54,7 @@ public interface ITmfTrace {
      * @param data.index
      * @return a context object for subsequent reads
      */
-    public TmfContext seekLocation(ITmfLocation location);
+    public TmfContext seekLocation(ITmfLocation<?> location);
     public TmfContext seekEvent(TmfTimestamp timestamp);
     public TmfContext seekEvent(long rank);
 
This page took 0.024672 seconds and 5 git commands to generate.