diff options
Diffstat (limited to 'TAO/tests/AMI_Timeouts/client.cpp')
-rw-r--r-- | TAO/tests/AMI_Timeouts/client.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/AMI_Timeouts/client.cpp b/TAO/tests/AMI_Timeouts/client.cpp index eb1a3f8ba28..ec2dd4c519c 100644 --- a/TAO/tests/AMI_Timeouts/client.cpp +++ b/TAO/tests/AMI_Timeouts/client.cpp @@ -99,14 +99,14 @@ main (int argc, char *argv[]) } // Activate POA to handle the call back. - + CORBA::Object_var poa_object = orb->resolve_initial_references("RootPOA"); if (CORBA::is_nil (poa_object.in ())) ACE_ERROR_RETURN ((LM_ERROR, " (%P|%t) Unable to initialize the POA.\n"), 1); - + PortableServer::POA_var root_poa = PortableServer::POA::_narrow (poa_object.in (), ACE_TRY_ENV); ACE_TRY_CHECK; @@ -131,7 +131,7 @@ main (int argc, char *argv[]) timeoutHandler_var.in ()); client->activate (); - + // ORB loop. ACE_Time_Value time (1,0); // 1 s orb->run (time); // Fetch responses |