From 4a91fd0ddfd7599001370fe6fe089d9ee33069ef Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Aug 2007 22:30:46 +0000 Subject: Move the close() wrapper out of the win32wrapper.h, and into its new proper place at SocketEngine::Close() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7812 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socketengine_iocp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/socketengine_iocp.h b/include/socketengine_iocp.h index e45f8e726..cf1a08c4c 100644 --- a/include/socketengine_iocp.h +++ b/include/socketengine_iocp.h @@ -222,6 +222,10 @@ public: virtual int NonBlocking(int fd); virtual int GetSockName(EventHandler* fd, sockaddr *name, socklen_t* name); + + virtual int Close(int fd); + + virtual int Close(EventHandler* fd); }; /** Creates a SocketEngine -- cgit v1.2.3