[Live-devel] Wedging live into a Mac application
Ross Finlayson
finlayson at live.com
Fri Jul 8 01:41:40 PDT 2005
At 11:04 PM 7/7/05, you wrote:
>I noticed that in the super class, that SingleStep() was public, but in
>BasicTaskScheduler it had become protected. Is this a typo?
No it's not. If you want to access SingleStep(), then you are supposed to
do so by *subclassing* "BasicTaskScheduler", and redefining "doEventLoop()"
to call SingleStep() in the way you prefer (as well as doing anything else
that needs to be done in your event loop).
Then, in your main program, just call "taskScheduler->doEventLoop()" as usual.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list