]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/QueryControl.java
Multiple reader thread support for db client
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / QueryControl.java
index 5cc3fa65589cadbd71ade1236e4db2899cf8e28c..3da3c5aa3baa8f71e50bb1615939dcc8ef8a7fae 100644 (file)
@@ -74,7 +74,7 @@ public interface QueryControl {
 
     int getGraphThread(AsyncReadGraph graph);
     
-    boolean resume(AsyncReadGraph graph);
+    boolean resume(ReadGraph graph);
 
     void schedule(AsyncReadGraph graph, int targetThread, ControlProcedure procedure);