simplified the return from eventSysProcess because callers should not need to

know how many messages were sent
This commit is contained in:
Jeff Hill
2009-08-13 23:37:30 +00:00
parent f4cbdec5ee
commit e581e88223

View File

@@ -99,7 +99,7 @@ public:
bool okToStartAsynchIO ();
void setDestroyPending ();
casEventSys::processStatus eventSysProcess();
casProcCond eventSysProcess();
caStatus addToEventQueue ( casAsyncIOI &,
bool & onTheQueue, bool & posted );
@@ -172,7 +172,7 @@ inline void casCoreClient::postEvent (
}
}
inline casEventSys::processStatus casCoreClient::eventSysProcess ()
inline casProcCond casCoreClient :: eventSysProcess ()
{
epicsGuard < casClientMutex > guard ( this->mutex );
return this->eventSys.process ( guard );