mirror of
https://github.com/anope/anope.git
synced 2026-07-03 23:03:12 +02:00
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each other
This commit is contained in:
+13
-1
@@ -1,3 +1,15 @@
|
||||
/*
|
||||
*
|
||||
* (C) 2003-2012 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* Please read COPYING and README for further details.
|
||||
*
|
||||
* Based on the original code of Epona by Lara.
|
||||
* Based on the original code of Services by Andy Church.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef THREADENGINE_H
|
||||
#define THREADENGINE_H
|
||||
|
||||
@@ -12,7 +24,7 @@ class CoreExport Thread : public Pipe, public Extensible
|
||||
|
||||
public:
|
||||
/* Handle for this thread */
|
||||
pthread_t Handle;
|
||||
pthread_t handle;
|
||||
|
||||
/** Threads constructor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user