]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.cxx
Moving from 32-bit to 64-bit return value of the file close method. Last modification...
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.cxx
index 1f99b4d67b5defe635521eedb9489d674b35dc47..f94b68709bc5fff02b72916f8471d891d55d60bd 100644 (file)
@@ -103,7 +103,7 @@ const char *AliRawCastorDB::GetFileName() const
 }
 
 //______________________________________________________________________________
-Int_t AliRawCastorDB::Close()
+Long64_t AliRawCastorDB::Close()
 {
    // Close raw CASTOR/rootd DB.
 
@@ -124,7 +124,7 @@ Int_t AliRawCastorDB::Close()
    // Close DB, this also deletes the fTree
    fRawDB->Close();
 
-   Int_t filesize = fRawDB->GetEND();
+   Long64_t filesize = fRawDB->GetEND();
 
    if (fDeleteFiles) {
       TUrl u(fRawDB->GetName());