diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2005-06-30 16:58:14 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2005-06-30 16:58:14 +0000 |
commit | ff5630e607657480312844a67ce7d4d077b740ea (patch) | |
tree | 704ea05963c7c0f61c4edd2c53f8fe4f1632eaf6 /TAO/tao/IIOP_Profile.h | |
parent | 5ecc09d1f2f247689cdadb0dd97f9362c2ed7e0c (diff) | |
download | ATCD-ff5630e607657480312844a67ce7d4d077b740ea.tar.gz |
ChangeLog tag: Thu Jun 30 09:50:46 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h index 03de4e55624..cf3bf2880a2 100644 --- a/TAO/tao/IIOP_Profile.h +++ b/TAO/tao/IIOP_Profile.h @@ -72,7 +72,14 @@ public: /// Template methods. Please see Profile.h for documentation. virtual char * to_string (ACE_ENV_SINGLE_ARG_DECL); + + /// Encode endpoints for RT profiles, using a single TAO_TAG_ENDPOINT + /// component. virtual int encode_endpoints (void); + + /// Encode alternate endpoints for non-RT profiles, using multiple + /// TAG_ALTERNATE_IIOP_ADDRESS components, one endpoint per component + virtual int encode_alternate_endpoints (void); virtual TAO_Endpoint *endpoint (void); virtual CORBA::ULong endpoint_count (void) const; virtual CORBA::ULong hash (CORBA::ULong max |