diff options
| author | 2006-08-18 10:07:22 +0000 | |
|---|---|---|
| committer | 2006-08-18 10:07:22 +0000 | |
| commit | 56cec38f3e7d3447b40076481c15e6d4a7e278d0 (patch) | |
| tree | 92968b972ec14350326ad067842369cc6be7871e /src/socketengine.cpp | |
| parent | Modified 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.cpp | 2 |
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; } |
