diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-04 09:33:37 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-04 09:33:37 +0000 |
commit | 3a7a2ce5f6a4f0537d4ac1bd25d4702f9a60214b (patch) | |
tree | a67905c3609073985a0dc04d017882eae3186b05 /TAO/tao/IIOP_Endpoint.h | |
parent | 200675f5aba1410653674f255c5115f9f3d0bf6d (diff) | |
download | ATCD-3a7a2ce5f6a4f0537d4ac1bd25d4702f9a60214b.tar.gz |
ChangeLogTag:Fri Feb 4 01:25:05 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.h')
-rw-r--r-- | TAO/tao/IIOP_Endpoint.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h index a784d9e737a..33d7429a916 100644 --- a/TAO/tao/IIOP_Endpoint.h +++ b/TAO/tao/IIOP_Endpoint.h @@ -140,19 +140,19 @@ private: /// TCP port number. CORBA::UShort port_; - /// Cached instance of ACE_INET_Addr for use in making - /// invocations, etc. - mutable ACE_INET_Addr object_addr_; + /// Is this endpoint created encodable as part of the IOR? + bool is_encodable_; /// Flag to indicate if the address has been resolved and set. mutable bool object_addr_set_; + /// Cached instance of ACE_INET_Addr for use in making + /// invocations, etc. + mutable ACE_INET_Addr object_addr_; + /// Preferred path for this endpoint. TAO::IIOP_Endpoint_Info preferred_path_; - /// Is this endpoint created encodable as part of the IOR? - bool is_encodable_; - /// IIOP Endpoints can be stringed into a list. Return the next /// endpoint in the list, if any. TAO_IIOP_Endpoint *next_; |