summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/URL_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/URL_Addr.h')
-rw-r--r--ACE/ACEXML/common/URL_Addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ACEXML/common/URL_Addr.h b/ACE/ACEXML/common/URL_Addr.h
index 27ddd09ffd2..ea280dac416 100644
--- a/ACE/ACEXML/common/URL_Addr.h
+++ b/ACE/ACEXML/common/URL_Addr.h
@@ -101,10 +101,10 @@ public:
bool operator != (const ACEXML_URL_Addr &SAP) const;
/// Computes and returns hash value.
- virtual u_long hash (void) const;
+ virtual u_long hash () const;
/// Return the path name.
- const ACEXML_Char *get_path_name (void) const;
+ const ACEXML_Char *get_path_name () const;
/// Commit suicide.
int destroy (void);