summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 22:58:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 22:58:14 +0000
commitece7c97713f6e464082b862f0d62b824bb833806 (patch)
tree83c650a9e12f9d1dc64b4e96b80490e97b7979f0 /TAO/tao/Environment.h
parent7d66bfe2ae7e8a4ca7ed86aa48a84cdd8e7c27b0 (diff)
downloadATCD-ece7c97713f6e464082b862f0d62b824bb833806.tar.gz
ACE try macros changes.
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 86516d652c3..3748628996b 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -63,10 +63,10 @@ public:
CORBA_Environment (void);
// The default constructor, the environment will hold no exceptions.
- CORBA_Environment (const CORBA_Environment &env);
+ CORBA_Environment (const CORBA_Environment &ACE_TRY_ENV);
// Copy constructor.
- CORBA_Environment &operator=(const CORBA_Environment &env);
+ CORBA_Environment &operator=(const CORBA_Environment &ACE_TRY_ENV);
// Assingment.
~CORBA_Environment (void);