summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/client.cpp b/TAO/orbsvcs/tests/Security/Callback/client.cpp
index 723a82b5006..fcbdaf63893 100644
--- a/TAO/orbsvcs/tests/Security/Callback/client.cpp
+++ b/TAO/orbsvcs/tests/Security/Callback/client.cpp
@@ -55,7 +55,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// Get the Root POA.
//
CORBA::Object_var obj =
- orb->resolve_initial_references ( "RootPOA" );
+ orb->resolve_initial_references ("RootPOA");
PortableServer::POA_var poa =
PortableServer::POA::_narrow (obj.in ());
@@ -63,7 +63,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
//
// Get a reference to the server.
//
- obj = orb->string_to_object ( ior );
+ obj = orb->string_to_object (ior);
if (CORBA::is_nil (obj.in ()))
{