summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/URL_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/URL_Addr.h')
-rw-r--r--ACE/examples/Web_Crawler/URL_Addr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/Web_Crawler/URL_Addr.h b/ACE/examples/Web_Crawler/URL_Addr.h
index 565b1d068e7..2b27dd181df 100644
--- a/ACE/examples/Web_Crawler/URL_Addr.h
+++ b/ACE/examples/Web_Crawler/URL_Addr.h
@@ -30,7 +30,7 @@ class ACE_URL_Addr : public ACE_INET_Addr
{
public:
/// Constructor.
- ACE_URL_Addr (void);
+ ACE_URL_Addr ();
ACE_URL_Addr (const ACE_TCHAR *host_name,
const ACE_TCHAR *path_name,
@@ -82,7 +82,7 @@ public:
void operator= (const ACE_URL_Addr &addr);
/// Destructor.
- ~ACE_URL_Addr (void);
+ ~ACE_URL_Addr ();
/**
* Compare two addresses for equality. The addresses are considered
@@ -101,7 +101,7 @@ public:
const ACE_TCHAR *get_path_name () const;
/// Commit suicide.
- int destroy (void);
+ int destroy ();
private:
/// Our path name.
ACE_TCHAR *path_name_;