summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 16:13:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 16:13:38 +0000
commit49c1b7e5025c95ee641163330b34d8bd94d50022 (patch)
tree9ea8ce3e5b34edcaf8ec639e3fb2b1244a32e4a6 /TAO/tao/UIOP_Profile.h
parent2fe713022754c7550170243856faacdfb3c8bf6b (diff)
downloadATCD-49c1b7e5025c95ee641163330b34d8bd94d50022.tar.gz
ChangeLogTag:Wed May 12 10:38:03 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Profile.h')
-rw-r--r--TAO/tao/UIOP_Profile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/UIOP_Profile.h b/TAO/tao/UIOP_Profile.h
index 0c6c5c9125c..d9d4f75f577 100644
--- a/TAO/tao/UIOP_Profile.h
+++ b/TAO/tao/UIOP_Profile.h
@@ -137,12 +137,6 @@ public:
TAO_ObjectKey *_key (CORBA::Environment &env);
// Return a pointer to the Object Key.
- virtual void forward_to (TAO_MProfile *mprofiles);
- // Client object will assume ownership for this object!!
-
- virtual TAO_MProfile *forward_to (void);
- // copy of MProfile, user must delete.
-
CORBA::Boolean is_equivalent (TAO_Profile *other_profile,
CORBA::Environment &env);
// Return true if this profile is equivalent to other_profile. Two
@@ -198,11 +192,6 @@ private:
int set (const ACE_UNIX_Addr &addr);
// helper method to set the UNIX_Addr.
- virtual TAO_MProfile *forward_to_i (void);
- // reference to the TAO_MProfile which the current profile was
- // forwarded to. This object keeps ownership. Note that this
- // method is NOT thread-safe, so it must be called with locks held.
-
void create_body (void);
// Does the work for <add_profile>.