From 66cc965fd736a7785247a6c058c4bfacfe5ea02f Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 5 Feb 2014 15:26:03 -0500 Subject: Ignore nonblocking errnors on socket operations --- include/socketengine.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/socketengine.h') diff --git a/include/socketengine.h b/include/socketengine.h index c1dd36536..8772b14a6 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -41,6 +41,11 @@ class CoreExport SocketEngine /** Read from sockets and do things */ static void Process(); + + static int GetLastError(); + static void SetLastError(int); + + static bool IgnoreErrno(); }; #endif // SOCKETENGINE_H -- cgit