[dss-commits] r8788 - dss/trunk/core

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Tue Sep 22 17:06:01 CEST 2009


Author: pstaehlin
Date: 2009-09-22 17:06:01 +0200 (Tue, 22 Sep 2009)
New Revision: 8788

Modified:
   dss/trunk/core/dss.h
Log:
Made the EventInterpreter accessible through the DSS singleton


Modified: dss/trunk/core/dss.h
===================================================================
--- dss/trunk/core/dss.h	2009-09-22 14:53:37 UTC (rev 8787)
+++ dss/trunk/core/dss.h	2009-09-22 15:06:01 UTC (rev 8788)
@@ -116,6 +116,7 @@
     Metering& getMetering() { return *m_pMetering; }
     PropertySystem& getPropertySystem() { return *m_pPropertySystem; }
     WebServer& getWebServer() { return *m_pWebServer; }
+    EventInterpreter& getEventInterpreter() { return *m_pEventInterpreter; }
 
     const std::string& getDataDirectory() const { return m_DataDirectory; }
     void setDataDirectory(const std::string& _value);



More information about the dss-commits mailing list