]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Dispatch.hh
dispatch class not a singleton, engine is static
[chaz/yoink] / src / Moof / Dispatch.hh
index bbf37f3c3cf31baad892a6a0c2eb26a520d243c1..031f77d0bc65507aee31bfdff50afd4d0f057050 100644 (file)
@@ -108,10 +108,6 @@ public:
 
 
        Dispatch();
-       ~Dispatch();
-
-       // create and/or get a global instance
-       static Dispatch& getInstance();
 
        Handler addHandler(const std::string& event, const Function& callback);
        Handler addHandler(const std::string& event, const Function& callback,
This page took 0.016184 seconds and 4 git commands to generate.