summaryrefslogtreecommitdiff
path: root/ace/SOCK.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 05:49:05 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 05:49:05 +0000
commitc156e4165414878488df7295ed6e766a3b1c6160 (patch)
tree68f9518e2e6e275d3caac90b6b99f5c2d49820f7 /ace/SOCK.h
parente6481c380f40e557fc010b984915d840f42fa585 (diff)
downloadATCD-c156e4165414878488df7295ed6e766a3b1c6160.tar.gz
rock and roll!
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r--ace/SOCK.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h
index 25f2b580cfe..fd0ef7789df 100644
--- a/ace/SOCK.h
+++ b/ace/SOCK.h
@@ -22,21 +22,6 @@
#include "ace/Addr.h"
#include "ace/IPC_SAP.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_SOCK_ACCEPTOR ACE_SOCK_Acceptor
-#define ACE_SOCK_CONNECTOR ACE_SOCK_Connector
-#define ACE_SOCK_STREAM ACE_SOCK_Stream
-#else /* TEMPLATES are broken (must be a cfront-based compiler...) */
-#define ACE_SOCK_ACCEPTOR ACE_SOCK_Acceptor, ACE_INET_Addr
-#define ACE_SOCK_CONNECTOR ACE_SOCK_Connector, ACE_INET_Addr
-#define ACE_SOCK_STREAM ACE_SOCK_Stream, ACE_INET_Addr
-#endif /* ACE_TEMPLATE_TYPEDEFS */
-
class ACE_Export ACE_SOCK : public ACE_IPC_SAP
// = TITLE
// Defines the member functions for the base class of the