aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/DEV.h
diff options
context:
space:
mode:
authorclick <none@none>2010-11-04 05:30:29 +0100
committerclick <none@none>2010-11-04 05:30:29 +0100
commit9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch)
tree14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/DEV.h
parent2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff)
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG-- branch : trunk
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
/**