summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/URL_Visitor_Factory.h')
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor_Factory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/examples/Web_Crawler/URL_Visitor_Factory.h b/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
index 64aa68e00de..5bfd1834b53 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);
@@ -55,8 +54,6 @@ public:
/// Factory Method that makes a <FIFO_Command_Processor>.
virtual Command_Processor *make_command_processor (void);
-
-
};
/**