fix interactive thread

Sven Eberhardt 2009-12-31 17:01:45 +01:00
parent 46bbbefc00
commit eee6c4ac4d
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ private:
#endif
public:
int getProcCnt() const { return iProcCnt; }
int getProcCnt() const { return iProcCnt-1; } // ignore internal NoopNotifyProc
int getProc(StdSchedulerProc *pProc);
bool hasProc(StdSchedulerProc *pProc) { return getProc(pProc) >= 0; }