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 | b0fee56b0b9a57382937ed7337a616a2b9ad3aa3 (patch) | |
tree | 704ea05963c7c0f61c4edd2c53f8fe4f1632eaf6 /TAO/tao/Profile.cpp | |
parent | fc33983ec54cc18e720ea1e21a2f01bf7cf5082d (diff) | |
download | ATCD-b0fee56b0b9a57382937ed7337a616a2b9ad3aa3.tar.gz |
ChangeLog tag: Thu Jun 30 09:50:46 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 38cba8b9114..784b411205a 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -736,6 +736,18 @@ TAO_Profile::hash_service_i (CORBA::ULong m) return this->orb_core_->hash_service (this, m); } +int +TAO_Profile::encode_alternate_endpoints(void) +{ + // this should be a pure virtual, but there are many + // existing specializations that would need to be + // modified. This maintains the existing behavior, since + // the previous version of the POA did not gather alternate + // endpoints. + + return 0; +} + // **************************************************************** TAO_Unknown_Profile::TAO_Unknown_Profile (CORBA::ULong tag, |