summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-03-23 13:08:15 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-03-23 13:08:15 +0000
commit1c60da933d1a46555a3797e91da886b3cfba41ca (patch)
tree964633a7de3e2dcb563968677d753c66b346f596 /TAO/tao/IIOP_Profile.cpp
parente068ec05d898f184590b58cd1037dbf9ecd84e48 (diff)
downloadATCD-1c60da933d1a46555a3797e91da886b3cfba41ca.tar.gz
Fri Mar 23 13:02:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index b9b543dbcf9..1e546b99ef7 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -375,6 +375,14 @@ TAO_IIOP_Profile::endpoint (void)
return &this->endpoint_;
}
+TAO_Endpoint *
+TAO_IIOP_Profile::base_endpoint (void)
+{
+ // do not call endpoint(), return the value directly. This is to
+ // avoid calling a derived implementation of endpoint().
+ return &this->endpoint_;
+}
+
CORBA::ULong
TAO_IIOP_Profile::endpoint_count (void) const
{