summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.i
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.i
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.i')
-rw-r--r--TAO/tao/IIOP_Profile.i8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/IIOP_Profile.i b/TAO/tao/IIOP_Profile.i
index 21caded72a6..03fd29b7202 100644
--- a/TAO/tao/IIOP_Profile.i
+++ b/TAO/tao/IIOP_Profile.i
@@ -15,17 +15,11 @@ TAO_IIOP_Profile::object_key (TAO_ObjectKey& objkey)
}
ACE_INLINE TAO_ObjectKey *
-TAO_IIOP_Profile::_key (CORBA::Environment &) const
+TAO_IIOP_Profile::_key (void) const
{
return new TAO_ObjectKey (this->object_key_);
}
-ACE_INLINE const TAO_opaque&
-TAO_IIOP_Profile::body (void) const
-{
- return this->body_;
-}
-
ACE_INLINE const ACE_INET_Addr&
TAO_IIOP_Profile::object_addr (void) const
{