diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-23 22:58:14 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-23 22:58:14 +0000 |
commit | ece7c97713f6e464082b862f0d62b824bb833806 (patch) | |
tree | 83c650a9e12f9d1dc64b4e96b80490e97b7979f0 /TAO/tao/Forwarding_Servant.h | |
parent | 7d66bfe2ae7e8a4ca7ed86aa48a84cdd8e7c27b0 (diff) | |
download | ATCD-ece7c97713f6e464082b862f0d62b824bb833806.tar.gz |
ACE try macros changes.
Diffstat (limited to 'TAO/tao/Forwarding_Servant.h')
-rw-r--r-- | TAO/tao/Forwarding_Servant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Forwarding_Servant.h b/TAO/tao/Forwarding_Servant.h index 81c9c551a70..b093f1d28c6 100644 --- a/TAO/tao/Forwarding_Servant.h +++ b/TAO/tao/Forwarding_Servant.h @@ -35,7 +35,7 @@ public: // Constructor virtual void invoke (CORBA::ServerRequest_ptr request, - CORBA_Environment &TAO_IN_ENV = + CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); // The <invoke> method receives requests issued to any CORBA object // incarnated by the DSI servant and performs the processing @@ -43,7 +43,7 @@ public: virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &oid, PortableServer::POA_ptr poa, - CORBA_Environment &TAO_IN_ENV = TAO_default_environment ()); + CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); // The <_primary_interface> method receives an ObjectId value and a // POA_ptr as input parameters and returns a valid RepositoryId // representing the most-derived interface for that oid. |