summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/HTTP_URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/HTTP_URL.cpp')
-rw-r--r--ACE/examples/Web_Crawler/HTTP_URL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Web_Crawler/HTTP_URL.cpp b/ACE/examples/Web_Crawler/HTTP_URL.cpp
index f146ac108e1..3a0206d04f8 100644
--- a/ACE/examples/Web_Crawler/HTTP_URL.cpp
+++ b/ACE/examples/Web_Crawler/HTTP_URL.cpp
@@ -21,7 +21,7 @@ HTTP_URL::HTTP_URL (const ACE_URL_Addr &url_addr,
}
ssize_t
-HTTP_URL::send_request (void)
+HTTP_URL::send_request ()
{
size_t commandsize =
ACE_OS::strlen (this->url_addr ().get_path_name ())
@@ -76,7 +76,7 @@ HTTP_URL::accept (URL_Visitor *visitor)
}
int
-HTTP_URL::destroy (void)
+HTTP_URL::destroy ()
{
delete this;
return 0;