]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adapting to new CDB classes
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2006 16:20:55 +0000 (16:20 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2006 16:20:55 +0000 (16:20 +0000)
SHUTTLE/AliShuttle.cxx

index d0fa6de2e9c76ce823c5c122a86c6fc6db9b2c45..af93335ea06f666fe956fc4ec814751287cd126a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  2006/10/05 15:46:26  jgrosseo
+applying to the new interface
+
 Revision 1.15  2006/10/02 16:38:39  jgrosseo
 update (alberto):
 fixed memory leaks
@@ -847,7 +850,7 @@ Bool_t AliShuttle::TryToStoreAgain(TString& gridURI)
 {
   // Called by TryToStoreAgain(), performs actual storage retry
 
-       TList* gridIds=0;
+       TObjArray* gridIds=0;
 
        Bool_t result = kTRUE;