diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-14 04:29:27 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-14 04:29:27 +0000 |
commit | 1f67b48a8ce355013b486a406374da424bab3559 (patch) | |
tree | 428ab4b85c5cc4fa0074d0fa5f5759caa6512691 /TAO/tests/Objref_Sequence_Test/server.cpp | |
parent | 01ccb430a6f72a78ecf210a02ec834cabb3491b8 (diff) | |
download | ATCD-1f67b48a8ce355013b486a406374da424bab3559.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/Objref_Sequence_Test/server.cpp')
-rw-r--r-- | TAO/tests/Objref_Sequence_Test/server.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Objref_Sequence_Test/server.cpp b/TAO/tests/Objref_Sequence_Test/server.cpp index 5d9999fdfdb..0a7c48dfdbd 100644 --- a/TAO/tests/Objref_Sequence_Test/server.cpp +++ b/TAO/tests/Objref_Sequence_Test/server.cpp @@ -164,12 +164,12 @@ main (int argc, char *argv []) CORBA::Object_var vRootPOABase = orb->resolve_initial_references ("RootPOA" - TAO_ENV_ARG_DECL); + TAO_ENV_ARG_PARAMETER); ACE_TRY_CHECK; PortableServer::POA_var root_poa = PortableServer::POA::_narrow (vRootPOABase.in () - TAO_ENV_ARG_DECL); + TAO_ENV_ARG_PARAMETER); ACE_TRY_CHECK; if (CORBA::is_nil (root_poa.in ())) @@ -178,7 +178,7 @@ main (int argc, char *argv []) 1); PortableServer::POAManager_ptr pRootPOAManager = - root_poa->the_POAManager (TAO_ENV_SINGLE_ARG_DECL); + root_poa->the_POAManager (TAO_ENV_SINGLE_ARG_PARAMETER); ACE_TRY_CHECK; // Instantiate the server @@ -192,7 +192,7 @@ main (int argc, char *argv []) PortableServer::ServantBase_var owner_transfer(servant); Server_var server = - servant->_this (TAO_ENV_SINGLE_ARG_DECL); + servant->_this (TAO_ENV_SINGLE_ARG_PARAMETER); ACE_TRY_CHECK; // Announce the server |