mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Remove deprecated BufferedSocket::MarkAsClosed()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9246 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
de35a20ab7
commit
6953371f71
@ -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);
|
||||
|
@ -434,10 +434,6 @@ const char* BufferedSocket::Read()
|
||||
}
|
||||
}
|
||||
|
||||
void BufferedSocket::MarkAsClosed()
|
||||
{
|
||||
}
|
||||
|
||||
// There are two possible outcomes to this function.
|
||||
// It will either write all of the data, or an undefined amount.
|
||||
// If an undefined amount is written the connection has failed
|
||||
|
Loading…
x
Reference in New Issue
Block a user