summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/Misc/test_event_handler_t.cpp')
-rw-r--r--ACE/examples/Reactor/Misc/test_event_handler_t.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/examples/Reactor/Misc/test_event_handler_t.cpp b/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
index 021110739b6..9eb4019e455 100644
--- a/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
+++ b/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
@@ -3,10 +3,6 @@
#include "ace/Event_Handler_T.h"
#include "ace/Log_Msg.h"
-ACE_RCSID(Misc, test_event_handler_t, "$Id$")
-
-#if defined (ACE_HAS_TEMPLATE_TYPEDEFS)
-
class ACE_Test_Sig_Handler
{
public:
@@ -41,11 +37,3 @@ ACE_TMAIN (int, ACE_TCHAR *[])
&ACE_Test_Sig_Handler::signal_handler);
return 0;
}
-
-#else
-int
-ACE_TMAIN (int, ACE_TCHAR *[])
-{
- ACE_ERROR_RETURN ((LM_ERROR, "your platform does not support template typedefs\n"), 1);
-}
-#endif /* ACE_HAS_TEMPLATE_TYPEDEFS */