]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawHLTManager.h
reverting and postponing changes from 24729 partly (AliHLTSystem singleton in AliHLTS...
[u/mrichter/AliRoot.git] / RAW / AliRawHLTManager.h
index f8ea55c4de593e637fc85d072dcd3c6893d04597..53816450b694c3c8b44cf4ca3da157dbdf716993 100644 (file)
@@ -74,4 +74,17 @@ class AliRawHLTManager {
 
   ClassDef(AliRawHLTManager, 0)
 };
+
+// those definitions have been copied one to one from rec/AliRawReaderHLT.h
+// to avoid including this header file
+#define ALIHLTREC_LIBRARY                   "libHLTrec.so"
+#define ALIHLTREC_LIBRARY_VERSION           0
+#define ALIRAWREADERHLT_CREATE_INSTANCE     "AliRawReaderHLTCreateInstance"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+  typedef AliRawReader* (*AliRawReaderHLTCreateInstance_t)(AliRawReader* pParentReader, const char* options);
+}
+
 #endif //ALIRAWHLTMANAGER_H