summaryrefslogtreecommitdiff
path: root/src/socketengine.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-18 10:07:22 +0000
committerGravatar brain2006-08-18 10:07:22 +0000
commit56cec38f3e7d3447b40076481c15e6d4a7e278d0 (patch)
tree92968b972ec14350326ad067842369cc6be7871e /src/socketengine.cpp
parentModified m_silence to take masks instead of nicknames. Since this is *much* m... (diff)
Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::DispatchEvents
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4944 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socketengine.cpp')
-rw-r--r--src/socketengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socketengine.cpp b/src/socketengine.cpp
index 71ae4fe9b..895f21306 100644
--- a/src/socketengine.cpp
+++ b/src/socketengine.cpp
@@ -83,7 +83,7 @@ int SocketEngine::GetRemainingFds()
return 0;
}
-int SocketEngine::Wait(EventHandler** fdlist)
+int SocketEngine::DispatchEvents()
{
return 0;
}