diff options
Diffstat (limited to 'TAO/tao/PortableServer/ImplRepo_i.h')
-rw-r--r-- | TAO/tao/PortableServer/ImplRepo_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/ImplRepo_i.h b/TAO/tao/PortableServer/ImplRepo_i.h index c81aa13f92c..cf598c71b65 100644 --- a/TAO/tao/PortableServer/ImplRepo_i.h +++ b/TAO/tao/PortableServer/ImplRepo_i.h @@ -41,15 +41,15 @@ public: PortableServer::POA_ptr poa); /// Ping method. - void ping (TAO_ENV_SINGLE_ARG_DECL_NOT_USED) + void ping (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)); /// Shutdown the server. - void shutdown (TAO_ENV_SINGLE_ARG_DECL) + void shutdown (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); /// Returns the default POA for this servant. - PortableServer::POA_ptr _default_POA (TAO_ENV_SINGLE_ARG_DECL_NOT_USED); + PortableServer::POA_ptr _default_POA (ACE_ENV_SINGLE_ARG_DECL_NOT_USED); protected: /// Our ORB. We need this member in case we need to shutdown the |