summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-06-30 16:58:14 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-06-30 16:58:14 +0000
commitff5630e607657480312844a67ce7d4d077b740ea (patch)
tree704ea05963c7c0f61c4edd2c53f8fe4f1632eaf6 /TAO/tao/Profile.h
parent5ecc09d1f2f247689cdadb0dd97f9362c2ed7e0c (diff)
downloadATCD-ff5630e607657480312844a67ce7d4d077b740ea.tar.gz
ChangeLog tag: Thu Jun 30 09:50:46 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r--TAO/tao/Profile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h
index c2de3870424..89c39d531ca 100644
--- a/TAO/tao/Profile.h
+++ b/TAO/tao/Profile.h
@@ -201,6 +201,14 @@ public:
virtual int encode_endpoints (void) = 0;
/**
+ * Encodes this profile's endpoints into protocol specific tagged
+ * components. This is used for non-RTCORBA applications that share
+ * endpoints on profiles. The only known implementation is IIOP, using
+ * TAG_ALTERNATE_IIOP_ADDRESS components.
+ */
+ virtual int encode_alternate_endpoints (void);
+
+ /**
* Return pointer to this profile's endpoint. If the profile
* contains more than one endpoint, i.e., a list, the method returns
* the head of the list.