From 2a81a5a0026396e7c476f648a25016443e002d85 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 14 Jan 2006 15:37:21 +0000 Subject: Added RemoveSocket as a test fix for merwins bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 5f9dfa29a..a7fc2e732 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1559,6 +1559,10 @@ class Server : public classbase */ virtual void AddSocket(InspSocket* sock); + /** Forcibly removes a class derived from InspSocket from the servers socket engine. + */ + virtual void RemoveSocket(InspSocket* sock); + /** Deletes a class derived from InspSocket from the server's socket engine. */ virtual void DelSocket(InspSocket* sock); -- cgit v1.2.3