As an update, I decided for simplicity to just make this function public
instead of protected.

On 6/25/07, Russell Brennan <[EMAIL PROTECTED]> wrote:

I'm trying to bypass doEventLoop() and call SingleStep() in my own while
loop, but after going through a tangle of code trying to figure out how to
call it, I didn't see how I could call it, so I created the following:

void BasicTaskScheduler0::doSingleStep(char* watchVariable) {
  if (watchVariable == NULL && *watchVariable == 0) SingleStep();
}

Is there a better way to do this?  If not, this might something worth
adding to make the library more flexible.

--
Russell Brennan
[EMAIL PROTECTED]
(708) 699-7314




--
Russell Brennan
[EMAIL PROTECTED]
(708) 699-7314
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to