aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/DEV.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/DEV.h')
-rw-r--r--dep/acelite/ace/DEV.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/dep/acelite/ace/DEV.h b/dep/acelite/ace/DEV.h
index 86f8d5dc863..d8ce8628ecf 100644
--- a/dep/acelite/ace/DEV.h
+++ b/dep/acelite/ace/DEV.h
@@ -4,7 +4,7 @@
/**
* @file DEV.h
*
- * $Id: DEV.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: DEV.h 91685 2010-09-09 09:35:14Z johnnyw $
*
* @author Gerhard Lenzer
*/
@@ -23,19 +23,6 @@
#include "ace/DEV_Addr.h"
-// The following is necessary since many C++ compilers don't support
-// typedef'd types inside of classes used as formal template
-// arguments... ;-(. Luckily, using the C++ preprocessor I can hide
-// most of this nastiness!
-
-#if defined (ACE_HAS_TEMPLATE_TYPEDEFS)
-#define ACE_DEV_CONNECTOR ACE_DEV_Connector
-#define ACE_DEV_STREAM ACE_DEV_IO
-#else /* TEMPLATES are broken (must be a cfront-based compiler...) */
-#define ACE_DEV_CONNECTOR ACE_DEV_Connector, ACE_DEV_Addr
-#define ACE_DEV_STREAM ACE_DEV_IO, ACE_DEV_Addr
-#endif /* ACE_TEMPLATE_TYPEDEFS */
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**