summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Endpoint.h')
-rw-r--r--TAO/tao/Strategies/UIOP_Endpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/UIOP_Endpoint.h b/TAO/tao/Strategies/UIOP_Endpoint.h
index f2f60256a25..06ec08810b0 100644
--- a/TAO/tao/Strategies/UIOP_Endpoint.h
+++ b/TAO/tao/Strategies/UIOP_Endpoint.h
@@ -71,11 +71,11 @@ public:
// = UIOP_Endpoint-specific methods.
/// Return a reference to the <object_addr>.
- const ACE_UNIX_Addr &object_addr (void) const;
+ const ACE_UNIX_Addr &object_addr () const;
/// Return a pointer to the rendezvous point string.
/// This object maintains ownership of the returned string.
- const char *rendezvous_point (void) const;
+ const char *rendezvous_point () const;
private: