diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 16:48:59 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 16:48:59 +0000 |
commit | 19f30504690473566625e099c4f18e9b82cc471f (patch) | |
tree | 5aecbfdde07c09fe060f38d5bad8a7562df6824e /TAO/tao/IIOP_Endpoint.h | |
parent | c79aaf106f89f2d56ccd874222adabcb90f865a8 (diff) | |
download | ATCD-19f30504690473566625e099c4f18e9b82cc471f.tar.gz |
ChangelogTag: Tue Sep 6 11:32:31 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.h')
-rw-r--r-- | TAO/tao/IIOP_Endpoint.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h index de1b8f182bc..9e5a357552b 100644 --- a/TAO/tao/IIOP_Endpoint.h +++ b/TAO/tao/IIOP_Endpoint.h @@ -39,6 +39,8 @@ class TAO_Export TAO_IIOP_Endpoint : public TAO_Endpoint { public: + //@@ TAO_ENDPOINT_SPL_PUBLIC_METHODS_COPY_HOOK_START + // @todo Lose these friends! friend class TAO_IIOP_Profile; friend class TAO_SSLIOP_Profile; @@ -65,10 +67,13 @@ public: CORBA::Short priority); + //@@ TAO_ENDPOINT_SPL_PUBLIC_METHODS_COPY_HOOK_END /// Destructor. ~TAO_IIOP_Endpoint (void); + //@@ TAO_ENDPOINT_SPL_PUBLIC_METHODS_COPY_HOOK_START + // = Implementation of abstract TAO_Endpoint methods. See // Endpoint.h for their documentation. @@ -116,8 +121,12 @@ public: bool is_ipv6_decimal (void) const; #endif /* ACE_HAS_IPV6 */ + //@@ TAO_ENDPOINT_SPL_PUBLIC_METHODS_COPY_HOOK_END + private: + //@@ TAO_ENDPOINT_SPL_PRIVATE_DATA_COPY_HOOK_START + /// Helper method for setting INET_Addr. int set (const ACE_INET_Addr &addr, int use_dotted_decimal_addresses); @@ -170,6 +179,8 @@ private: /// IIOP Endpoints can be stringed into a list. Return the next /// endpoint in the list, if any. TAO_IIOP_Endpoint *next_; + + //@@ TAO_ENDPOINT_SPL_PRIVATE_DATA_COPY_HOOK_START }; |