From 99c89f1a5f60769482ce90f1260b777f79a982f4 Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 25 Sep 1997 20:25:38 +0000 Subject: removed dummy_ static now that the Object_Manager initializes WinSock --- ace/SOCK.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'ace/SOCK.h') diff --git a/ace/SOCK.h b/ace/SOCK.h index 64ecc5b5225..2c890201aa3 100644 --- a/ace/SOCK.h +++ b/ace/SOCK.h @@ -72,17 +72,12 @@ protected: int open (int type, int protocol_family, int protocol, - int reuse_addr); + int reuse_addr); // Wrapper around the system call. ACE_SOCK (int type, int protocol_family, - int protocol = 0, int reuse_addr = 0); + int protocol = 0, int reuse_addr = 0); // Constructor with arguments to call the system call. - -#if defined (ACE_WIN32) - static ACE_SOCK dummy_; - // Used to ensure we initialize WinSock! -#endif /* ACE_WIN32 */ }; #include "ace/SOCK.i" -- cgit v1.2.1