summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler')
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor.h1
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor_Factory.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Web_Crawler/URL_Visitor.h b/ACE/examples/Web_Crawler/URL_Visitor.h
index d0a0b8c5013..2e4f816a2bc 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor.h
+++ b/ACE/examples/Web_Crawler/URL_Visitor.h
@@ -226,7 +226,6 @@ private:
class URL_Visitor
{
public:
-
virtual ~URL_Visitor (void);
/// Visit an <HTTP_URL>.
diff --git a/ACE/examples/Web_Crawler/URL_Visitor_Factory.h b/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
index 6868005346b..1d6d54fc407 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
+++ b/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
@@ -30,7 +30,6 @@
class URL_Visitor_Factory
{
public:
-
/// Destructor.
virtual ~URL_Visitor_Factory (void);