summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp')
-rw-r--r--TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp
index 41cd3c13348..1deaae764e1 100644
--- a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp
+++ b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.cpp
@@ -47,12 +47,3 @@ test_i::get_string (void)
return CORBA::string_dup ("Hello there!");
}
-void
-test_i::shutdown (void)
-{
- // Give the client thread time to return from the collocated
- // call to this method before shutting down the ORB. We sleep
- // to avoid BAD_INV_ORDER exceptions on fast dual processor machines.
- ACE_OS::sleep (1);
- this->orb_->shutdown (0);
-}