summaryrefslogtreecommitdiff
path: root/include/socketengine_iocp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socketengine_iocp.h')
-rw-r--r--include/socketengine_iocp.h4
1 files changed, 4 insertions, 0 deletions
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