Auto_Event.cpp

Go to the documentation of this file.
00001 // Auto_Event.cpp,v 4.4 2005/10/28 16:14:51 ossama Exp
00002 
00003 #include "ace/Auto_Event.h"
00004 
00005 #if !defined (__ACE_INLINE__)
00006 #include "ace/Auto_Event.inl"
00007 #endif /* __ACE_INLINE__ */
00008 
00009 ACE_RCSID (ace,
00010            Auto_Event,
00011            "Auto_Event.cpp,v 4.4 2005/10/28 16:14:51 ossama Exp")
00012 
00013 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 ACE_Auto_Event::ACE_Auto_Event (int initial_state,
00016                                 int type,
00017                                 const char *name,
00018                                 void *arg)
00019   : ACE_Event (0,
00020                initial_state,
00021                type,
00022                ACE_TEXT_CHAR_TO_TCHAR (name),
00023                arg)
00024 {
00025 }
00026 
00027 #if defined (ACE_HAS_WCHAR)
00028 ACE_Auto_Event::ACE_Auto_Event (int initial_state,
00029                                 int type,
00030                                 const wchar_t *name,
00031                                 void *arg)
00032   : ACE_Event (0,
00033                initial_state,
00034                type,
00035                ACE_TEXT_WCHAR_TO_TCHAR (name),
00036                arg)
00037 {
00038 }
00039 #endif /* ACE_HAS_WCHAR */
00040 
00041 void
00042 ACE_Auto_Event::dump (void) const
00043 {
00044 #if defined (ACE_HAS_DUMP)
00045   ACE_Event::dump ();
00046 #endif /* ACE_HAS_DUMP */
00047 }
00048 
00049 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:46 2006 for ACE by doxygen 1.3.6