diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-17 19:31:51 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-17 19:31:51 +0000 |
commit | 4f55973ee721052664449ce02f8f0b4fb2b64a5a (patch) | |
tree | 12890bbc6687ab7eb1c4c902604dba84016663a3 /TAO/tao/IIOP_Profile.h | |
parent | a68a5264bb93449366420a78bf4af691c5f6ac21 (diff) | |
download | ATCD-4f55973ee721052664449ce02f8f0b4fb2b64a5a.tar.gz |
Added some missing default CORBA_Envirnoment values (i.e.,
TAO_default_enviroment ()).
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h index bed181740ba..351350b7a3c 100644 --- a/TAO/tao/IIOP_Profile.h +++ b/TAO/tao/IIOP_Profile.h @@ -71,7 +71,7 @@ public: TAO_IIOP_Profile (const char *string, TAO_ORB_Core *orb_core, - CORBA::Environment &ACE_TRY_ENV); + CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()); // Create object using a string ior. TAO_IIOP_Profile (const TAO_IIOP_Profile &pfile); @@ -87,10 +87,10 @@ public: // Destructor is to be called only through <_decr_refcnt>. int parse_string (const char *string, - CORBA::Environment &ACE_TRY_ENV); + CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()); // Initialize this object using the given input string. - CORBA::String to_string (CORBA::Environment &ACE_TRY_ENV); + CORBA::String to_string (CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()); // Return a string representation for this profile. // client must deallocate memory. |