Line data Source code
1 : // We need the.cxx for the classimp and for CMake to compile the class
2 : #include "AliVAODHeader.h"
3 : #include "AliLog.h"
4 :
5 176 : ClassImp(AliVAODHeader);
6 :
7 : //_________________________________________
8 : void AliVAODHeader::SetDAQAttributes(UInt_t)
9 : {
10 : // warn
11 0 : AliWarning("not implmented");
12 0 : }
13 :
14 : //_________________________________________
15 : UInt_t AliVAODHeader::GetDAQAttributes() const
16 : {
17 : // warn
18 0 : AliWarning("not implmented");
19 0 : return 0;
20 : }
|