]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTbase.pkg
fixing warnings
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
index af24a0a0a51ff0d147d208aa9100a9c2618b816d..54b60f351139ba4e24110a5658aec3198855d3dd 100644 (file)
@@ -13,10 +13,12 @@ CLASS_HDRS:=        AliHLTComponent.h \
                AliHLTCalibrationProcessor.h \
                AliHLTConfiguration.h \
                AliHLTConfigurationHandler.h \
+               AliHLTTTreeProcessor.h \
                AliHLTTask.h \
                AliHLTDumpTask.h \
                AliHLTControlTask.h \
                AliHLTLogging.h \
+               AliHLTErrorGuard.h \
                AliHLTDataBuffer.h \
                AliHLTConsumerDescriptor.h \
                AliHLTDataSource.h \
@@ -27,6 +29,7 @@ CLASS_HDRS:=          AliHLTComponent.h \
                AliHLTModuleAgent.h \
                AliHLTModulePreprocessor.h \
                AliHLTShuttleInterface.h \
+               AliHLTDimServer.h \
                AliHLTHOMERLibManager.h \
                AliHLTHOMERManager.h \
                AliHLTHOMERProxyHandler.h \
@@ -41,6 +44,7 @@ CLASS_HDRS:=          AliHLTComponent.h \
                AliHLTOUTHandlerEquId.h \
                AliHLTOUTHandlerDetectorDDL.h \
                AliHLTOUTHandlerChain.h \
+               AliHLTOUTHandlerEsdBranch.h \
                AliHLTMemoryFile.h \
                AliHLTMessage.h \
                AliHLTEventStatistics.h \
@@ -53,6 +57,7 @@ CLASS_HDRS:=          AliHLTComponent.h \
                 AliHLTTriggerMenu.h                         \
                 AliHLTTriggerMenuItem.h                     \
                 AliHLTTriggerMenuSymbol.h                   \
+                AliHLTCTPData.h                             \
                 AliHLTRunStatistics.h
 
 
@@ -63,6 +68,7 @@ MODULE_SRCS=  AliHLT_C_Component_WrapperInterface.cxx \
 
 MODULE_HDRS:=  $(CLASS_HDRS) \
                AliHLTDataTypes.h \
+               AliHLTLoggingVariadicFree.h \
                AliHLTExternalTrackParam.h \
                AliHLTCommonCDBEntries.h \
                AliHLT_C_Component_WrapperInterface.h \
@@ -84,5 +90,5 @@ PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
 # the libHLTbase depends on the abstract interface of the monitoring reader
 # and needs include patch HLT/BASE/HOMER because of that. There is no library
-# dependency. Objects are intantianted dynamically.
+# dependency. Objects are instantianted dynamically.
 EINCLUDE := HLT/BASE HLT/BASE/HOMER