diff options
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. |