diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-13 04:13:36 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-13 04:13:36 +0000 |
commit | e9808ffb01876ab0ebad383de7861899a17f1a63 (patch) | |
tree | b66de93af48b91d3889b0155ba160fb4743a51a9 /include/threadengine.h | |
parent | f02f3a24aa7c6d4f888d06f9eefed4489de10def (diff) |
Convert MySQL to SQLv3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index 32b53e217..1be775238 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -129,11 +129,11 @@ class CoreExport SocketThread : public Thread { queue.Wait(); } + public: /** Notifies parent by making the SignalFD ready to read * No requirements on locking */ void NotifyParent(); - public: SocketThread(); virtual ~SocketThread(); /** Lock queue. |