summaryrefslogtreecommitdiff
path: root/ace/Manual_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Manual_Event.h')
-rw-r--r--ace/Manual_Event.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Manual_Event.h b/ace/Manual_Event.h
index 77de173788e..fd3b5743188 100644
--- a/ace/Manual_Event.h
+++ b/ace/Manual_Event.h
@@ -45,13 +45,11 @@ public:
const char *name = 0,
void *arg = 0);
-#if defined (ACE_HAS_WCHAR)
/// constructor which will create manual event (wchar_t version)
ACE_Manual_Event (int initial_state,
int type,
const wchar_t *name,
void *arg = 0);
-#endif /* ACE_HAS_WCHAR */
/// Default dtor.
~ACE_Manual_Event (void);