Functions

Auto_Event.cpp File Reference

#include "ace/Auto_Event.h"
Include dependency graph for Auto_Event.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Auto_Event,"$Id: Auto_Event.cpp 80826 2008-03-04 14:51:23Z wotte $") 1 ACE_Auto_Event

Function Documentation

ACE_RCSID ( ace  ,
Auto_Event  ,
"$Id: Auto_Event.cpp 80826 2008-03-04 14:51:23Z wotte $"   
)

Definition at line 9 of file Auto_Event.cpp.

               : Auto_Event.cpp 80826 2008-03-04 14:51:23Z wotte $")

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Auto_Event::ACE_Auto_Event (int initial_state,
                                int type,
                                const char *name,
                                void *arg)
  : ACE_Event (0,
               initial_state,
               type,
               ACE_TEXT_CHAR_TO_TCHAR (name),
               arg)
{
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines