diff options
author | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-17 19:12:46 +0000 |
---|---|---|
committer | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-05-17 19:12:46 +0000 |
commit | d67001ef6d184c97ddc798ebc49890673585446d (patch) | |
tree | 7442cd5208c7e82d0baa48dab5a4969fafd20dab /TAO/tao/IIOP_Acceptor.h | |
parent | fa775798899ddc5aab588bed1e76f0777df20e69 (diff) | |
download | ATCD-d67001ef6d184c97ddc798ebc49890673585446d.tar.gz |
Wed May 17 19:09:36 UTC 2006 Yan Dai <dai_y@ociweb.com>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r-- | TAO/tao/IIOP_Acceptor.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h index 01aea0b40de..206c48be096 100644 --- a/TAO/tao/IIOP_Acceptor.h +++ b/TAO/tao/IIOP_Acceptor.h @@ -132,6 +132,16 @@ public: protected: /** + * Helper method + * Clear out 'addr' & 'specified_hostname' and initialize them + * based upon 'address'. + */ + int + parse_address (const char *address, + ACE_INET_Addr &addr, + ACE_CString &specified_hostname); + + /** * Set the host name for the given address using the dotted decimal * format. */ |