adding empty base class implementation for OnNextIteration, call from OSXDoRun, allowing console event loop to override

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-03-30 11:46:59 +00:00
parent 5b4a70247c
commit ba0337764d
2 changed files with 6 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ protected:
// terminating when Exit() is called
virtual int DoRun();
// may be overridden to perform some action at the start of each new event
// loop iteration
virtual void OnNextIteration() {}
virtual void DoYieldFor(long eventsToProcess);
void CommonModeObserverCallBack(CFRunLoopObserverRef observer, int activity);