Increment the reference count for the event handle.

Synopsis

Declared in <bdlmt_eventscheduler.h>

EventScheduler::Event*
addEventRefRaw(Event* handle) const;

Description

Increment the reference count for the event referred to by the specified handle and return handle. There must be a corresponding call to releaseEventRaw when the reference is no longer needed.

Return Value

the same handle value

Parameters

Name

Description

handle

raw event pointer whose reference count is incremented

Created with MrDocs