Functions

Semaphore.cpp File Reference

#include "ace/Semaphore.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
Include dependency graph for Semaphore.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Semaphore,"$Id: Semaphore.cpp 84282 2009-01-30 15:04:29Z msmit $") 1 void ACE_Semaphore

Function Documentation

ACE_RCSID ( ace  ,
Semaphore  ,
"$Id: Semaphore.cpp 84282 2009-01-30 15:04:29Z msmit $"   
)

Definition at line 12 of file Semaphore.cpp.

               : Semaphore.cpp 84282 2009-01-30 15:04:29Z msmit $")

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_ALLOC_HOOK_DEFINE(ACE_Semaphore)

void
ACE_Semaphore::dump (void) const
{
#if defined (ACE_HAS_DUMP)
// ACE_TRACE ("ACE_Semaphore::dump");

  ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
  ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("\n")));
  ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines