summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.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
commit653bf9081181d646266df4b72daffe89195d469c (patch)
tree83c650a9e12f9d1dc64b4e96b80490e97b7979f0 /TAO/tao/IIOP_Profile.h
parentcab8e7012479d42e62ebefac6a3518ab5c71c284 (diff)
downloadATCD-653bf9081181d646266df4b72daffe89195d469c.tar.gz
ACE try macros changes.
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 0e720606a6d..0928e6483c7 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -65,7 +65,7 @@ public:
TAO_IIOP_Profile (const char *string,
TAO_ORB_Core *orb_core,
- CORBA::Environment &env);
+ CORBA::Environment &ACE_TRY_ENV);
// Create object using a string ior.
TAO_IIOP_Profile (const TAO_IIOP_Profile &pfile);
@@ -81,10 +81,10 @@ public:
// Destructor is to be called only through <_decr_refcnt>.
int parse_string (const char *string,
- CORBA::Environment &env);
+ CORBA::Environment &ACE_TRY_ENV);
// Initialize this object using the given input string.
- CORBA::String to_string (CORBA::Environment &env);
+ CORBA::String to_string (CORBA::Environment &ACE_TRY_ENV);
// Return a string representation for this profile.
// client must deallocate memory.
@@ -109,7 +109,7 @@ public:
// version are the same.
CORBA::ULong hash (CORBA::ULong max,
- CORBA::Environment &env);
+ CORBA::Environment &ACE_TRY_ENV);
// Return a hash value for this object.
int addr_to_string (char *buffer, size_t length);