diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 9c504e62b..a4173060d 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1099,6 +1099,10 @@ class Server : public classbase /** Adds a class derived from InspSocket to the server's socket engine. */ virtual void AddSocket(InspSocket* sock); + + /** Deletes a class derived from InspSocket from the server's socket engine. + */ + virtual void DelSocket(InspSocket* sock); }; |