diff options
author | Adam <Adam@anope.org> | 2012-11-22 00:50:33 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-22 00:50:33 -0500 |
commit | d33a0f75a5c0c584fbb7cc0076da36d494f39494 (patch) | |
tree | 7b2274cc833c793c0f5595660cbd4d715de52ffd /include/threadengine.h | |
parent | 368d469631763e9c8bf399980d0ac7c5b5664d39 (diff) |
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each
other
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 14 |
1 files changed, 13 insertions, 1 deletions
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 */ |