ACE_Barrier Class Reference

This is a no-op to make ACE "syntactically consistent.". More...

#include <Barrier.h>

List of all members.

Public Member Functions

 ACE_Barrier (unsigned int, const ACE_TCHAR *=0, void *=0)
 ~ACE_Barrier (void)
int wait (void)
void dump (void) const


Detailed Description

This is a no-op to make ACE "syntactically consistent.".

Definition at line 39 of file Barrier.h.


Constructor & Destructor Documentation

ACE_Barrier::ACE_Barrier ( unsigned  int,
const ACE_TCHAR = 0,
void *  = 0 
) [inline]

Definition at line 42 of file Barrier.h.

00042 {}

ACE_INLINE ACE_Barrier::~ACE_Barrier ( void   )  [inline]

Definition at line 43 of file Barrier.h.

00043 {}


Member Function Documentation

void ACE_Barrier::dump ( void   )  const [inline]

Definition at line 45 of file Barrier.h.

00045 {}

int ACE_Barrier::wait ( void   )  [inline]

Definition at line 44 of file Barrier.h.

References ACE_NOTSUP_RETURN.

00044 { ACE_NOTSUP_RETURN (-1); }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:34:56 2010 for ACE by  doxygen 1.4.7