has_id
Description:
public bool has_id (
ClockID id)
Checks whether this was requested to provide the clock notification given by id
.
MT safe.
Parameters:
this |
a TestClock to ask if it provided the notification
|
id |
a ClockID clock notification
|
Returns:
true if the clock has been asked to provide the given clock notification, false otherwise.
|