]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTbase.pkg
Bug fix for potencial memory leak.
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
index 2f71242c8d71ec775a3cb1012b4323136c5ded06..19721226deae3f61b813d734a50d190e808fee31 100644 (file)
@@ -28,6 +28,8 @@ CLASS_HDRS:=          AliHLTComponent.h \
                AliHLTModulePreprocessor.h \
                AliHLTShuttleInterface.h \
                AliHLTHOMERLibManager.h \
+               AliHLTHOMERManager.h \
+               AliHLTHOMERProxyHandler.h \
                AliHLTHOMERBlockDesc.h \
                AliHLTHOMERSourceDesc.h \
                AliHLTEsdManager.h \
@@ -51,6 +53,7 @@ CLASS_HDRS:=          AliHLTComponent.h \
                 AliHLTTriggerMenu.h                         \
                 AliHLTTriggerMenuItem.h                     \
                 AliHLTTriggerMenuSymbol.h                   \
+                AliHLTCTPData.h                             \
                 AliHLTRunStatistics.h
 
 
@@ -61,6 +64,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 \
@@ -82,5 +86,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