Fix a comment
This commit is contained in:
parent
d284fb87e8
commit
a9d6af8001
|
@ -491,7 +491,7 @@ optional<TOOL_EVENT> TOOL_MANAGER::ScheduleWait( TOOL_BASE* aTool,
|
|||
{
|
||||
TOOL_STATE* st = m_toolState[aTool];
|
||||
|
||||
assert( !st->pendingWait ); // everything collapses on two Yield() in a row
|
||||
assert( !st->pendingWait ); // everything collapses on two KiYield() in a row
|
||||
|
||||
// indicate to the manager that we are going to sleep and we shall be
|
||||
// woken up when an event matching aConditions arrive
|
||||
|
|
|
@ -326,7 +326,7 @@ public:
|
|||
/**
|
||||
* Function ReturnValue()
|
||||
*
|
||||
* Returns the yielded value (the argument Yield() was called with)
|
||||
* Returns the yielded value (the argument KiYield() was called with)
|
||||
*/
|
||||
const ReturnType& ReturnValue() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue