]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttleStatus.cxx
Remove stale email recipient.
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttleStatus.cxx
index 5b9b688510fb2b5d1b5b6195d2eaa98e25c8f00f..979735f230fc533797e01622959d1cd4cc3fe508 100644 (file)
 
 /*
 $Log$
+Revision 1.4  2006/10/02 16:38:39  jgrosseo
+update (alberto):
+fixed memory leaks
+storing of objects that failed to be stored to the grid before
+interfacing of shuttle status table in daq system
+
 Revision 1.3  2006/08/29 09:16:05  jgrosseo
 small update
 
@@ -122,10 +128,18 @@ const char* AliShuttleStatus::GetStatusName(Status status)
     case kDCSStarted: return "DCSStarted";
     case kDCSError: return "DCSError";
     case kPPStarted: return "PPStarted";
+    case kPPTimeOut: return "PPTimeOut";
+    case kPPOutOfMemory: return "PPOutOfMemory";
     case kPPError: return "PPError";
+    case kPPDone: return "PPDone";
+    case kStoreStarted: return "StoreStarted";
+    case kStoreError: return "StoreError";
     case kDone: return "Done";
     case kFailed: return "Failed";
-    case kStoreFailed: return "StoreFailed";
+    case kStoreDelayed: return "StoreDelayed";
+    case kFXSError: return "FXSError";
+    case kSkipped: return "Skipped";
+    case kOCDBError: return "OCDBError";
   }
 
   return 0;