]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTDummyComponent.cxx
- implemented component registration via agents
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTDummyComponent.cxx
index 41dbf709e9acaf096c6750caf9ad5b5f50aa5b01..f663dded0fe9bdc060253112b44ccec32b0de6d5 100644 (file)
@@ -29,12 +29,10 @@ using namespace std;
 #include "AliHLTSystem.h"
 #include "AliHLTDummyComponent.h"
 #include "AliHLTDefinitions.h"
-#include <stdlib.h>
-#include <errno.h>
-
-// this is a global object used for automatic component registration, do not use this
-AliHLTDummyComponent gAliHLTDummyComponent;
+#include <cstdlib>
+#include <cerrno>
 
+/** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTDummyComponent)
     
 AliHLTDummyComponent::AliHLTDummyComponent()