]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.h
Fix bug due to shadowed variables
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.h
index d226c4bb89012d433a3586297b594210536a8fed..7bacc1139fe913ac81e7f9bb1d6a63d04dfdc79c 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWROOTDDB_H
 #define ALIRAWROOTDDB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
@@ -19,12 +19,12 @@ class AliRawRootdDB : public AliRawDB {
 
 public:
    AliRawRootdDB(AliRawEvent *event,
-                AliESD *esd,
+                AliESDEvent *esd,
                 Int_t compress,
                 const char* fileName = NULL);
    ~AliRawRootdDB() { Close(); }
 
-   void Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;