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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Auto_Event.h b/ace/Auto_Event.h
index d7279a13150..db1a834e9c0 100644
--- a/ace/Auto_Event.h
+++ b/ace/Auto_Event.h
@@ -45,13 +45,11 @@ public:
const char *name = 0,
void *arg = 0);
-#if defined (ACE_HAS_WCHAR)
/// Constructor which will create auto event (wchar_t version)
ACE_Auto_Event (int initial_state,
int type,
const wchar_t *name,
void *arg = 0);
-#endif /* ACE_HAS_WCHAR */
/// Default dtor.
~ACE_Auto_Event (void);