summaryrefslogtreecommitdiff
path: root/TAO/tests/Parallel_Connect_Strategy/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Parallel_Connect_Strategy/Test_i.cpp')
-rw-r--r--TAO/tests/Parallel_Connect_Strategy/Test_i.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tests/Parallel_Connect_Strategy/Test_i.cpp b/TAO/tests/Parallel_Connect_Strategy/Test_i.cpp
deleted file mode 100644
index bdf487d4a54..00000000000
--- a/TAO/tests/Parallel_Connect_Strategy/Test_i.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// $Id$
-//
-#include "Test_i.h"
-
-Hello::Hello (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb))
-{
-}
-
-char *
-Hello::get_string (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- return CORBA::string_dup ("Hello there!");
-}
-
-void
-Hello::shutdown (ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
-}