summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
commit3a7a2ce5f6a4f0537d4ac1bd25d4702f9a60214b (patch)
treea67905c3609073985a0dc04d017882eae3186b05 /TAO/tao/IIOP_Endpoint.h
parent200675f5aba1410653674f255c5115f9f3d0bf6d (diff)
downloadATCD-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.h12
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_;