summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Endpoint.h')
-rw-r--r--TAO/tao/Endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Endpoint.h b/TAO/tao/Endpoint.h
index e5602a279ca..38bf86abee4 100644
--- a/TAO/tao/Endpoint.h
+++ b/TAO/tao/Endpoint.h
@@ -82,7 +82,7 @@ public:
/// This method returns a copy of the corresponding endpoints by
/// allocation memory
- virtual TAO_Endpoint *duplicate (void) = 0;
+ virtual TAO_Endpoint *duplicate (void) const = 0;
/// Return a hash value for this object.
virtual CORBA::ULong hash (void) = 0;