diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2004-11-04 19:20:10 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2004-11-04 19:20:10 +0000 |
commit | 768e689daee3caded38ae96876aee15409e191fe (patch) | |
tree | df9e8e7aa502d839ff76fcaeef533b4609c0fe18 | |
parent | 01537c7ac279a93688d167d0a80697f7473cfc53 (diff) | |
download | ATCD-768e689daee3caded38ae96876aee15409e191fe.tar.gz |
ChangeLogTag: Thu Nov 4 13:14:24 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp index 57c15739cbf..8235bfcf572 100644 --- a/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp +++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp @@ -84,9 +84,9 @@ main (int argc, char *argv[]) Foo_i *server_impl = 0; ACE_NEW_RETURN (server_impl, - Foo_i (orb.in (), - security_current.in ()), - -1); + Foo_i (orb.in (), + security_current.in ()), + -1); PortableServer::ServantBase_var owner_transfer (server_impl); |