simplified the return from eventSysProcess because callers should not need to
know how many messages were sent
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user