summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 01:19:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-04-10 01:19:15 +0000
commit2e7b7b4b49d210a22ce1b8863c7e379015ad0d00 (patch)
tree13e7c59e70af3a2cb2850d7c95c5f00aa7788630 /TAO/tao/IIOP_Profile.h
parentdfb83e47853891acb8fc367b2ec9886a09cc7d92 (diff)
downloadATCD-2e7b7b4b49d210a22ce1b8863c7e379015ad0d00.tar.gz
ChangeLogTag:Mon Apr 9 18:17:14 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 4dbb7d44cb9..9f9d5b12ff2 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -66,12 +66,6 @@ public:
const TAO_GIOP_Version &version,
TAO_ORB_Core *orb_core);
- /// Create object using a string ior.
- TAO_IIOP_Profile (const char *string,
- TAO_ORB_Core *orb_core,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
-
/// Profile constructor, default.
TAO_IIOP_Profile (TAO_ORB_Core *orb_core);
@@ -80,9 +74,8 @@ public:
/// Initialize this object using the given input string.
/// Url-style string contain only one endpoint.
- virtual int parse_string (const char *string,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ virtual void parse_string (const char *string,
+ CORBA::Environment &ACE_TRY_ENV);
/**
* Return a string representation for this profile.
@@ -90,8 +83,7 @@ public:
* This is used to create url-style reference. Only one
* endpoint is included into the string.
*/
- virtual char * to_string (CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ virtual char * to_string (CORBA::Environment &ACE_TRY_ENV);
/// Initialize this object using the given CDR octet string.
virtual int decode (TAO_InputCDR& cdr);
@@ -148,8 +140,7 @@ public:
/// Return a hash value for this object.
virtual CORBA::ULong hash (CORBA::ULong max,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ CORBA::Environment &ACE_TRY_ENV);
/// Please refer to Profile.h for the documentation of this
/// function.