]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/evtloop.h
updated to derive from wxEventLoopManual
[wxWidgets.git] / include / wx / msw / evtloop.h
index 1d745152bc49be39965eeb27e38a79f21cae47ab..2187942a73c40f29de990de0242a52cad4dda229 100644 (file)
@@ -22,7 +22,6 @@ public:
     wxEventLoop();
 
     // implement base class pure virtuals
-    virtual void Exit(int rc = 0);
     virtual bool Pending() const;
     virtual bool Dispatch();
 
@@ -52,6 +51,10 @@ public:
     }
 
 protected:
+    // override/implement base class virtuals
+    virtual void WakeUp();
+    virtual void OnNextIteration();
+
     // check if the given window is a child of ms_winCritical (which must be
     // non NULL)
     static bool IsChildOfCriticalWindow(wxWindowMSW *win);