tmf: Add the Tmf- prefix to the state system interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / statesystem / StateSystemManager.java
index 3887553beecb87554fd1ff2bf50f9c70972814cc..b73714ee3eb014f79f128b51a03362fb2dced5e2 100644 (file)
@@ -57,11 +57,12 @@ public abstract class StateSystemManager extends TmfComponent {
      * @throws TmfTraceException
      *             If there was a problem reading or writing one of the files.
      *             See the contents of this exception for more info.
+     * @since 2.0
      */
-    public static IStateSystemQuerier loadStateHistory(File htFile,
+    public static ITmfStateSystem loadStateHistory(File htFile,
             IStateChangeInput htInput, boolean buildManually)
             throws TmfTraceException {
-        IStateSystemQuerier ss;
+        ITmfStateSystem ss;
         IStateHistoryBackend htBackend;
 
         /* If the target file already exists, do not rebuild it uselessly */
This page took 0.025186 seconds and 5 git commands to generate.