X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fthreadengine.cpp;h=805006ab790aac2accf35ce5be9e1519166fa600;hb=56c4074af5b848b10623f6bcc63da188038ad037;hp=f16b5098558ecd23287e8b4748f7d6b051ef13be;hpb=9dbd7d10ac81c6445c58f4abb4f0eff240a8f9d2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/threadengine.cpp b/src/threadengine.cpp index f16b50985..805006ab7 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDthreadengine */ +/* $Core */ /********* DEFAULTS **********/ /* $ExtraSources: threadengines/threadengine_pthread.cpp */ @@ -28,3 +28,6 @@ ThreadEngine::~ThreadEngine() { } +Mutex::Mutex(InspIRCd* Instance) : ServerInstance(Instance) +{ +}