diff options
Diffstat (limited to 'TAO/tests/Collocated_Forwarding/server.cpp')
-rw-r--r-- | TAO/tests/Collocated_Forwarding/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Collocated_Forwarding/server.cpp b/TAO/tests/Collocated_Forwarding/server.cpp index 7328ee29ef7..a2c2c2425fa 100644 --- a/TAO/tests/Collocated_Forwarding/server.cpp +++ b/TAO/tests/Collocated_Forwarding/server.cpp @@ -93,8 +93,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) PortableServer::POAManager_var poa_manager = root_poa->the_POAManager (); - test_i servant1 (1, direct_collocation, orb.in ()); - test_i servant2 (2, direct_collocation, orb.in ()); + test_i servant1 (1, orb.in ()); + test_i servant2 (2, orb.in ()); PortableServer::ObjectId_var oid1 = root_poa->activate_object (&servant1); |