summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/Orbix/tpool/tpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Cubit/Orbix/tpool/tpool.h')
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/tpool.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Cubit/Orbix/tpool/tpool.h b/TAO/tests/Cubit/Orbix/tpool/tpool.h
deleted file mode 100644
index 3087ce42052..00000000000
--- a/TAO/tests/Cubit/Orbix/tpool/tpool.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "cubit.h"
-#include "ace/Service_Config.h"
-#include "ace/Thread_Manager.h"
-#include "ace/Task.h"
-
-class Thread_Pool : public ACE_Task<ACE_MT_SYNCH>, public CORBA::ThreadFilter
-{
-public:
- Thread_Pool (int n_threads);
- virtual int inRequestPreMarshal(CORBA::Request &, CORBA::Environment&);
- virtual int svc (void);
-
-};
-
-