summaryrefslogtreecommitdiff
path: root/ace/Auto_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Auto_Event.h')
-rw-r--r--ace/Auto_Event.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Auto_Event.h b/ace/Auto_Event.h
index 50e6aedf88c..db1a834e9c0 100644
--- a/ace/Auto_Event.h
+++ b/ace/Auto_Event.h
@@ -24,6 +24,8 @@
#include "ace/Event.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Auto_Event
*
@@ -37,13 +39,13 @@
class ACE_Export ACE_Auto_Event : public ACE_Event
{
public:
- /// constructor which will create auto event
+ /// Constructor which will create auto event
ACE_Auto_Event (int initial_state = 0,
int type = USYNC_THREAD,
const char *name = 0,
void *arg = 0);
- /// constructor which will create auto event (wchar_t version)
+ /// Constructor which will create auto event (wchar_t version)
ACE_Auto_Event (int initial_state,
int type,
const wchar_t *name,
@@ -59,6 +61,8 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Auto_Event.inl"
#endif /* __ACE_INLINE__ */