changes
authoradash <adash>
Tue, 13 Apr 2010 01:35:32 +0000 (01:35 +0000)
committeradash <adash>
Tue, 13 Apr 2010 01:35:32 +0000 (01:35 +0000)
Robust/src/ClassLibrary/JavaDSM/Thread.java

index def703fc0199b444a6b1da5cbb38da3e44f907e8..16efbd1b8b0ed4aabdd0b0d9254a457d302fba88 100644 (file)
@@ -29,13 +29,13 @@ public class Thread {
   public void run() {
   }
 
-  public static int getStatus(int mid)
+  public int getStatus(int mid)
   {
     if(nativeGetStatus(mid)==1)
       return 1;
     //TODO:check if this is safe to add only for the DSM without the recovery version
-    if(nativeGetStatus(mid)==0)
-      return 1;
+//    if(nativeGetStatus(mid)==0)
+//      return 1;
     else
       return -1;