From 6953371f7133223ea85e815530320715bae43cc6 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 1 Apr 2008 18:34:34 +0000 Subject: Remove deprecated BufferedSocket::MarkAsClosed() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9246 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') diff --git a/include/inspsocket.h b/include/inspsocket.h index d33cde5e8..f094701c0 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -406,17 +406,6 @@ class CoreExport BufferedSocket : public EventHandler */ virtual bool DoConnect(); - /** - * This method marks the socket closed. - * The next time the core examines a socket marked - * as closed, the socket will be closed and the - * memory reclaimed. - * - * NOTE: This method is DEPRECIATED and will be - * ignored if called! - */ - void MarkAsClosed(); - /** Handle event from EventHandler parent class */ void HandleEvent(EventType et, int errornum = 0); -- cgit v1.2.3