diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 01:06:54 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 01:06:54 +0000 |
commit | 4898cebc78bfce27fe3b997fea910ed64c7dd2ee (patch) | |
tree | 59f279bfc60cf691e661531940d1d2c7c12255d5 /TAO/tao/IIOP_Acceptor.h | |
parent | 9fd348781e6e9d32473d112d6801a8e44ccd23c3 (diff) | |
download | ATCD-4898cebc78bfce27fe3b997fea910ed64c7dd2ee.tar.gz |
ChangeLogTag:Wed Sep 13 19:15:01 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r-- | TAO/tao/IIOP_Acceptor.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h index 666fcf5315e..290cf3478b2 100644 --- a/TAO/tao/IIOP_Acceptor.h +++ b/TAO/tao/IIOP_Acceptor.h @@ -75,7 +75,7 @@ public: virtual int close (void); virtual int create_mprofile (const TAO_ObjectKey &object_key, TAO_MProfile &mprofile); - virtual int is_collocated (const TAO_Profile* profile); + virtual int is_collocated (const TAO_Endpoint *endpoint); virtual CORBA::ULong endpoint_count (void); virtual int object_key (IOP::TaggedProfile &profile, @@ -103,6 +103,11 @@ private: // Obtain tcp properties that must be used by this acceptor, i.e., // initialize <tcp_properties_>. + int create_rt_mprofile (const TAO_ObjectKey &object_key, + TAO_MProfile &mprofile); + // Rather than creating a profile for each endpoint, this version of + // <create_mprofile> adds all endpoints to a single IIOP profile. + protected: ACE_INET_Addr *addrs_; |