]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added missing file
authorquark <quark@cern.ch>
Thu, 19 Jun 2014 14:51:53 +0000 (16:51 +0200)
committerquark <quark@cern.ch>
Thu, 19 Jun 2014 14:51:53 +0000 (16:51 +0200)
MONITOR/AliEventServerUtil.cxx [new file with mode: 0644]

diff --git a/MONITOR/AliEventServerUtil.cxx b/MONITOR/AliEventServerUtil.cxx
new file mode 100644 (file)
index 0000000..6311d41
--- /dev/null
@@ -0,0 +1,9 @@
+#include <TSystem.h>
+#include <TString.h>
+
+#include "AliEventServerUtil.h"
+
+const char* AliEventServerUtil::GetPathToServerConf()
+{
+       return Form("%s/MONITOR/%s", gSystem->Getenv("ALICE_ROOT"), ALIEVENTSERVER_CONF);
+}