diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-13 17:24:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-13 17:24:35 +0000 |
commit | cff32df027b57c8031be6b82b9b5abdece590217 (patch) | |
tree | 079a1934623c4682eb382c1cdb3c96e95eee58ac /TAO/tests/AMI_Timeouts/client.cpp | |
parent | 98873ef7f4e0aed5a26266f9e857d67247dce2b7 (diff) | |
download | ATCD-cff32df027b57c8031be6b82b9b5abdece590217.tar.gz |
ChangeLogTag:Tue Feb 13 09:17:30 2001 Carlos O'Ryan <coryan@uci.edu>
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 |