This is a no-op to make ACE "syntactically consistent.". More...
#include <Barrier.h>
Public Member Functions | |
| ACE_Barrier (unsigned int, const ACE_TCHAR *=0, void *=0) | |
| ~ACE_Barrier (void) | |
| int | wait (void) |
| void | dump (void) const |
This is a no-op to make ACE "syntactically consistent.".
Definition at line 39 of file Barrier.h.
| ACE_Barrier::ACE_Barrier | ( | unsigned | int, | |
| const ACE_TCHAR * | = 0, |
|||
| void * | = 0 | |||
| ) | [inline] |
| int ACE_Barrier::wait | ( | void | ) | [inline] |
Definition at line 44 of file Barrier.h.
{ ACE_NOTSUP_RETURN (-1); }
1.7.0