summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImplRepo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ImplRepo_i.cpp')
-rw-r--r--TAO/tao/PortableServer/ImplRepo_i.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/ImplRepo_i.cpp b/TAO/tao/PortableServer/ImplRepo_i.cpp
index 9f2a14ed600..492bea49049 100644
--- a/TAO/tao/PortableServer/ImplRepo_i.cpp
+++ b/TAO/tao/PortableServer/ImplRepo_i.cpp
@@ -17,21 +17,21 @@ ServerObject_i::ServerObject_i (CORBA::ORB_ptr orb,
}
void
-ServerObject_i::ping (CORBA::Environment &)
+ServerObject_i::ping (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
}
void
-ServerObject_i::shutdown (CORBA::Environment &ACE_TRY_ENV)
+ServerObject_i::shutdown (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0, ACE_TRY_ENV);
+ this->orb_->shutdown (0 TAO_ENV_ARG_PARAMETER);
ACE_CHECK;
}
PortableServer::POA_ptr
-ServerObject_i::_default_POA (CORBA::Environment &)
+ServerObject_i::_default_POA (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
{
return PortableServer::POA::_duplicate (this->poa_.in ());
}