diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index a0ecc923a46..6cda824ee5e 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -94,13 +94,13 @@ private: class EventHandlerThread : public IceUtil::Thread { public: - - EventHandlerThread(const ThreadPoolPtr&); - virtual void run(); + + EventHandlerThread(const ThreadPoolPtr&); + virtual void run(); private: - ThreadPoolPtr _pool; + ThreadPoolPtr _pool; }; friend class EventHandlerThread; |