]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/request/Request.java
Multiple reader thread support for db client
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / request / Request.java
diff --git a/bundles/org.simantics.db/src/org/simantics/db/request/Request.java b/bundles/org.simantics.db/src/org/simantics/db/request/Request.java
deleted file mode 100644 (file)
index ef605a5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.simantics.db.request;
-
-public interface Request {
-
-       /*
-        * The integer value obtained from this method can be used to determine
-        * the evaluation thread of the request.
-        * 
-        * @return A non-negative integer value
-        * 
-        */
-       int threadHash();
-       
-}