summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-14 01:06:54 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-14 01:06:54 +0000
commit4898cebc78bfce27fe3b997fea910ed64c7dd2ee (patch)
tree59f279bfc60cf691e661531940d1d2c7c12255d5 /TAO/tao/IIOP_Acceptor.h
parent9fd348781e6e9d32473d112d6801a8e44ccd23c3 (diff)
downloadATCD-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.h7
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_;