]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/threadengine.cpp
Add Ankit to regular contributors list
[user/henk/code/inspircd.git] / src / threadengine.cpp
index f16b5098558ecd23287e8b4748f7d6b051ef13be..805006ab790aac2accf35ce5be9e1519166fa600 100644 (file)
@@ -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)
+{
+}