From c156e4165414878488df7295ed6e766a3b1c6160 Mon Sep 17 00:00:00 2001 From: irfan Date: Sat, 26 Oct 1996 05:49:05 +0000 Subject: rock and roll! --- ace/SOCK.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'ace/SOCK.h') 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 -- cgit v1.2.1