]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERProxyHandler.h
updated 2D drawing macros
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERProxyHandler.h
index c0dbf821d442780b29a39024f9d77283dfd6d011..c44da758ed4d137051447015bff16f2685073d0d 100644 (file)
@@ -22,7 +22,7 @@
 // -- -- -- -- -- -- -- 
 #include "AliHLTHOMERSourceDesc.h"
 // -- -- -- -- -- -- -- 
-//#include "AliHLTLogging.h"
+#include "AliHLTLoggingVariadicFree.h"
 
 /**
  * @class AliHLTHOMERProxyHandler
@@ -32,7 +32,7 @@
  * @ingroup alihlt_homer
  */
 
-class AliHLTHOMERProxyHandler : public TObject//, public AliHLTLogging
+class AliHLTHOMERProxyHandler : public TObject, public AliHLTLogging
 {
 public:
 
@@ -82,11 +82,12 @@ private:
 
   /** Realms */
   enum HOMERRealms_t { 
-    kHLT,            /**< HLT realm */
-    kACR,            /**< ACR realm */
-    kGPN,            /**< GPN realm */
-    kKIP,            /**< KIP realm */
-    kHOMERRealmsMax  /**< Number of enum entries */
+    kHLT,             /**< HLT realm */
+    kACR,             /**< ACR realm */
+    kGPN,             /**< GPN realm */
+    kKIP,             /**< KIP realm */         
+    kLoc,             /**< Local realm. needs ssh tunnel */
+    kHOMERRealmsMax   /**< Number of enum entries */
   };
 
   /** Array of proxy nodes per realm */