summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 05:18:31 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 05:18:31 +0000
commit4dd217472a51b3c90b24cce18cceea1de2a7c3e3 (patch)
treea5fb9781ba2480af2749ab41800c7f9e36411edd /TAO/tao/IIOP_Profile.h
parent90177bfd2992f2b30a49693bbbae3046f640da59 (diff)
downloadATCD-4dd217472a51b3c90b24cce18cceea1de2a7c3e3.tar.gz
Mostly commnet updates. Also changed add-to_string for the Profile classes
to accept a buffer. removed the Environment parameter toTAO_XX_profile::_key () and also removed the body_ attribute and related methods.
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 071df9985b3..9b3daa5fa42 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -119,9 +119,6 @@ public:
// Return a string representation for this profile.
// client must deallocate memory.
- const TAO_opaque& body (void) const;
- // Create IIOP_Profile Object from marshalled data.
-
int decode (TAO_InputCDR& cdr);
// Initialize this object using the given CDR octet string.
@@ -134,7 +131,7 @@ public:
TAO_ObjectKey &object_key (TAO_ObjectKey& objkey);
// @@ deprecated. set the Object Key.
- TAO_ObjectKey *_key (CORBA::Environment &env) const;
+ TAO_ObjectKey *_key (void) const;
// Return a pointer to the Object Key.
CORBA::Boolean is_equivalent (TAO_Profile *other_profile,
@@ -147,7 +144,7 @@ public:
CORBA::Environment &env);
// Return a hash value for this object.
- char *addr_to_string (void);
+ int addr_to_string (char *buffer, size_t length);
// Return a string representation for the address.
const ACE_INET_Addr &object_addr (void) const;
@@ -191,9 +188,6 @@ private:
int set (const ACE_INET_Addr &addr);
// helper method to set the INET_Addr.
- void create_body (void);
- // Does the work for <add_profile>.
-
private:
char *host_;
@@ -202,9 +196,6 @@ private:
CORBA::UShort port_;
// TCP port number
- TAO_opaque body_;
- // Marshaled profile (CDR).
-
TAO_IOP_Version version_;
// IIOP version number.