summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h b/TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h
deleted file mode 100644
index cdbbcfea222..00000000000
--- a/TAO/performance-tests/CSD_Strategy/TestInf/OrbRunner.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-#ifndef ORB_RUNNER_H
-#define ORB_RUNNER_H
-
-#include "CSD_PT_TestInf_Export.h"
-#include "tao/ORB.h"
-
-class CSD_PT_TestInf_Export OrbRunner
-{
- public:
-
- OrbRunner(CORBA::ORB_ptr orb, unsigned num_orb_threads = 1);
- virtual ~OrbRunner();
-
- void run(ACE_ENV_SINGLE_ARG_DECL);
-
-
- private:
-
- CORBA::ORB_var orb_;
- unsigned num_orb_threads_;
-};
-
-#endif