summaryrefslogtreecommitdiffstats
path: root/src/socketengine_select.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-11 12:15:03 +0000
committerGravatar brain2006-08-11 12:15:03 +0000
commitd17465716790010b6e3221f9ce49272110276ccf (patch)
treed929b9c717e789d818d0eefbfe6e018974ae48f6 /src/socketengine_select.cpp
parentMove all of the xline stuff into class XLineManager, make an instance of it i... (diff)
downloadinspircd++-d17465716790010b6e3221f9ce49272110276ccf.tar.gz
inspircd++-d17465716790010b6e3221f9ce49272110276ccf.tar.bz2
inspircd++-d17465716790010b6e3221f9ce49272110276ccf.zip
Now two types of log macro, log() and ilog(). log() assumes an InspIRCd object called ServerInstance, ilog() takes an InspIRCd object as first param.
TODO: Run a regexp over these, using perl, to translate them into InspIRCd::Log calls and then eliminate the macro :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4879 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socketengine_select.cpp')
-rw-r--r--src/socketengine_select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socketengine_select.cpp b/src/socketengine_select.cpp
index a57da4a31..4f10fa85f 100644
--- a/src/socketengine_select.cpp
+++ b/src/socketengine_select.cpp
@@ -23,7 +23,7 @@
#include "socketengine_select.h"
#include "helperfuncs.h"
-SelectEngine::SelectEngine()
+SelectEngine::SelectEngine(InspIRCd* Instance) : SocketEngine(Instance)
{
log(DEBUG,"SelectEngine::SelectEngine()");
EngineHandle = 0;