summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r--TAO/tao/IIOP_Acceptor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h
index 43ea952e915..be13bd794bd 100644
--- a/TAO/tao/IIOP_Acceptor.h
+++ b/TAO/tao/IIOP_Acceptor.h
@@ -69,6 +69,15 @@ public:
private:
TAO_IIOP_BASE_ACCEPTOR base_acceptor_;
// the concrete acceptor, as a pointer to it's base class.
+
+ ACE_CString host_;
+ // the host name for this endpoint
+ // @@ there may in fact be multiple hostnames for this endpoint.
+ // @@ for example it the IP address is INADDR_ANY (0.0.0.0) then
+ // @@ there will be possibly a different hostname for each interface.
+
+ CORBA::UShort port_;
+ // port number for this host. This shouyld be non-zero.
};
#endif /* TAO_IIOP_ACCEPTOR_H */