From a8fa3da65e9befa1105f616ceea16c78d605b396 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Sep 2008 11:40:20 +0000 Subject: mutexengine -> mutexfactory git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10386 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 875755ed7..96b779271 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -458,7 +458,7 @@ InspIRCd::InspIRCd(int argc, char** argv) ThreadEngineFactory* tef = new ThreadEngineFactory(); this->Threads = tef->Create(this); delete tef; - this->Mutexes = new MutexEngine(this); + this->Mutexes = new MutexFactory(this); /* Default implementation does nothing */ this->PI = new ProtocolInterface(this); -- cgit v1.2.3