From d33a0f75a5c0c584fbb7cc0076da36d494f39494 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 22 Nov 2012 00:50:33 -0500 Subject: Pretty large coding style cleanup, in source doc cleanup, and allow protocol mods to depend on each other --- include/threadengine.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'include/threadengine.h') diff --git a/include/threadengine.h b/include/threadengine.h index 5d1752a8f..7eebed22f 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -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 */ -- cgit