]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERLibManager.h
avoiding gcc 4.3 warnings by defining void function pointers instead of void pointers...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERLibManager.h
index 68d42113152ecf671fdce5568090f79e4240e9b7..3bcd6b38677fa2c1d8c2dff103f92cd57e073961 100644 (file)
@@ -136,22 +136,22 @@ class AliHLTHOMERLibManager {
   int fLibraryStatus; //!transient
 
   /** entry in the HOMER library */
-  void* fFctCreateReaderFromTCPPort; //!transient
+  void (*fFctCreateReaderFromTCPPort)(); //!transient
 
   /** entry in the HOMER library */
-  void* fFctCreateReaderFromTCPPorts; //!transient
+  void (*fFctCreateReaderFromTCPPorts)(); //!transient
 
   /** entry in the HOMER library */
-  void* fFctCreateReaderFromBuffer; //!transient
+  void (*fFctCreateReaderFromBuffer)(); //!transient
 
   /** entry in the HOMER library */
-  void* fFctDeleteReader; //!transient
+  void (*fFctDeleteReader)(); //!transient
 
   /** entry in the HOMER library */
-  void* fFctCreateWriter; //!transient
+  void (*fFctCreateWriter)(); //!transient
 
   /** entry in the HOMER library */
-  void* fFctDeleteWriter; //!transient
+  void (*fFctDeleteWriter)(); //!transient
 
   ClassDef(AliHLTHOMERLibManager, 0)
 };