diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 18:31:53 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 18:31:53 +0000 |
commit | 36fb6bdd732c49d3241d55ac2ced7063b47e51cf (patch) | |
tree | f791ae16c18b4637425800fee3516a2b87492b4a /TAO/tao | |
parent | c90f9214efc90d52e7da5a5320b73b6d033432aa (diff) | |
download | ATCD-36fb6bdd732c49d3241d55ac2ced7063b47e51cf.tar.gz |
ChangelogTag: Tue Sep 6 13:29:04 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/IIOP_Endpoint.h | 2 | ||||
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 2 | ||||
-rw-r--r-- | TAO/tao/Profile.h | 4 | ||||
-rw-r--r-- | TAO/tao/Transport_Acceptor.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h index 76bd42203c8..ffa6d77ad0c 100644 --- a/TAO/tao/IIOP_Endpoint.h +++ b/TAO/tao/IIOP_Endpoint.h @@ -180,7 +180,7 @@ private: /// endpoint in the list, if any. TAO_IIOP_Endpoint *next_; - //@@ TAO_ENDPOINT_SPL_PRIVATE_DATA_COPY_HOOK_START + //@@ TAO_ENDPOINT_SPL_PRIVATE_DATA_COPY_HOOK_END }; diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h index d0b0756f0ac..2d2946982f4 100644 --- a/TAO/tao/IIOP_Profile.h +++ b/TAO/tao/IIOP_Profile.h @@ -164,7 +164,7 @@ protected: /// Number of endpoints in the list headed by <endpoint_>. CORBA::ULong count_; - //@@ TAO_PROFILE_SPL_PRIVATE_DATA_COPY_HOOK_START + //@@ TAO_PROFILE_SPL_PRIVATE_DATA_COPY_HOOK_END }; #include /**/ "ace/post.h" diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h index bacc317e010..a19068df002 100644 --- a/TAO/tao/Profile.h +++ b/TAO/tao/Profile.h @@ -344,10 +344,10 @@ private: /// Number of outstanding references to this object. CORBA::ULong refcount_; - //@@ TAO_ENDPOINT_SPL_PRIVATE_DATA_ADD_HOOK + //@@ TAO_PROFILE_SPL_PRIVATE_DATA_ADD_HOOK }; -//@@ TAO_ENDPOINT_SPL_EXTERN_ADD_HOOK +//@@ TAO_PROFILE_SPL_EXTERN_ADD_HOOK // A helper class to handle the various kinds of octet sequences used // inside the ORB. diff --git a/TAO/tao/Transport_Acceptor.h b/TAO/tao/Transport_Acceptor.h index fa0adaa9ac1..afd8c78376a 100644 --- a/TAO/tao/Transport_Acceptor.h +++ b/TAO/tao/Transport_Acceptor.h @@ -135,7 +135,7 @@ public: * Hook to add public methods from derived acceptor classes onto * this class. */ - //@@ TAO_ACCEPTOR_PUBLIC_METHODS_ADD_HOOK + //@@ TAO_ACCEPTOR_SPL_PUBLIC_METHODS_ADD_HOOK private: /// IOP protocol tag. |