summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.h
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-06 21:15:32 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-06 21:15:32 +0000
commitd397760492de9300dd0484666f752a77aa25e7a2 (patch)
tree505747a2d94afe88c5644f2f45db676ca6f7f295 /TAO/tao/IIOP_Endpoint.h
parentc5bbb51a3ea967c36468088f7d0d3c04d739279e (diff)
downloadATCD-d397760492de9300dd0484666f752a77aa25e7a2.tar.gz
ChangelogTag: Tue Sep 6 16:12:04 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.h')
-rw-r--r--TAO/tao/IIOP_Endpoint.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h
index ffa6d77ad0c..0ce97db063b 100644
--- a/TAO/tao/IIOP_Endpoint.h
+++ b/TAO/tao/IIOP_Endpoint.h
@@ -72,7 +72,6 @@ public:
/// 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.
@@ -93,6 +92,12 @@ public:
// = IIOP_Endpoint-specific methods.
+ /*
+ * Hook to copy only the non virtual concrete methods implemented
+ * in this class to the derived class in the specialization.
+ */
+ //@@ TAO_ENDPOINT_SPL_PUBLIC_METHODS_COPY_HOOK_START
+
/// Return a reference to the <object_addr>.
const ACE_INET_Addr &object_addr (void) const;