summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index b8f64d762..9ce7315c6 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -311,15 +311,9 @@ class CoreExport BufferedSocket : public EventHandler
*/
BufferedSocketState GetState();
- /**
- * Only the core should call this function.
- * When called, it is assumed the socket is ready
- * to read data, and the method call routes the
- * event to the various methods of BufferedSocket
- * for you to handle. This can also cause the
- * socket's state to change.
- */
- bool Poll();
+ /** Mark a socket as being connected and call appropriate events.
+ */
+ bool InternalMarkConnected();
/**
* This method causes the socket to close, and may