X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliCDBEntry.cxx;h=f90ec74e1931262d13fc3c0ef47e9b35820e63dd;hb=6588e80c7271e619fa8f834560031a7b7e81e526;hp=29dce5c2e55f3c6193a22b6174e356bdd4f39748;hpb=9e1ceb13c690a7673f9720e254c12f53b7777dee;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliCDBEntry.cxx b/STEER/AliCDBEntry.cxx index 29dce5c2e55..f90ec74e193 100644 --- a/STEER/AliCDBEntry.cxx +++ b/STEER/AliCDBEntry.cxx @@ -22,12 +22,14 @@ ///////////////////////////////////////////////////////////////////// #include "AliCDBEntry.h" +#include "AliLog.h" ClassImp(AliCDBEntry) //_____________________________________________________________________________ AliCDBEntry::AliCDBEntry(): fObject(NULL), +fId(), fMetaData(NULL), fIsOwner(kFALSE){ // default constructor @@ -135,3 +137,9 @@ AliCDBEntry::~AliCDBEntry() { } } +//_____________________________________________________________________________ +void AliCDBEntry::PrintId() const { + + AliInfo(Form("%s",fId.ToString().Data())); + +}