diff options
Diffstat (limited to 'ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h')
-rw-r--r-- | ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h b/ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h index 2a614b2fb0d..1e8935414da 100644 --- a/ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h +++ b/ACE/apps/JAWS3/jaws3/TPOOL_Concurrency.h @@ -7,7 +7,6 @@ class JAWS_Export JAWS_TPOOL_Concurrency : public JAWS_Concurrency_Impl { public: - JAWS_TPOOL_Concurrency (void); int putq (JAWS_Protocol_Handler *ph); @@ -20,11 +19,9 @@ public: } private: - int number_of_threads_; int shutdown_task_; int error_; - }; #endif /* JAWS_TPOOL_CONCURRENCY_H */ |