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/Command_Processor.cpp2
-rw-r--r--ACE/examples/Web_Crawler/HTTP_URL.cpp2
-rw-r--r--ACE/examples/Web_Crawler/Iterators.cpp2
-rw-r--r--ACE/examples/Web_Crawler/Mem_Map_Stream.cpp2
-rw-r--r--ACE/examples/Web_Crawler/Options.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL_Addr.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL_Status.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor_Factory.cpp2
-rw-r--r--ACE/examples/Web_Crawler/Web_Crawler.cpp2
-rw-r--r--ACE/examples/Web_Crawler/Web_Crawler.mpc2
12 files changed, 0 insertions, 24 deletions
diff --git a/ACE/examples/Web_Crawler/Command_Processor.cpp b/ACE/examples/Web_Crawler/Command_Processor.cpp
index b5b9c00ba61..4957b91c4d0 100644
--- a/ACE/examples/Web_Crawler/Command_Processor.cpp
+++ b/ACE/examples/Web_Crawler/Command_Processor.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_string.h"
#include "URL.h"
#include "HTTP_URL.h"
diff --git a/ACE/examples/Web_Crawler/HTTP_URL.cpp b/ACE/examples/Web_Crawler/HTTP_URL.cpp
index c5b458005d7..16cea94a372 100644
--- a/ACE/examples/Web_Crawler/HTTP_URL.cpp
+++ b/ACE/examples/Web_Crawler/HTTP_URL.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/Auto_Ptr.h"
diff --git a/ACE/examples/Web_Crawler/Iterators.cpp b/ACE/examples/Web_Crawler/Iterators.cpp
index 661af3d847a..ef691d18f68 100644
--- a/ACE/examples/Web_Crawler/Iterators.cpp
+++ b/ACE/examples/Web_Crawler/Iterators.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Truncate.h"
#include "Options.h"
#include "Iterators.h"
diff --git a/ACE/examples/Web_Crawler/Mem_Map_Stream.cpp b/ACE/examples/Web_Crawler/Mem_Map_Stream.cpp
index b2c345dcbc4..f343b3e7fea 100644
--- a/ACE/examples/Web_Crawler/Mem_Map_Stream.cpp
+++ b/ACE/examples/Web_Crawler/Mem_Map_Stream.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/FILE_Addr.h"
#include "ace/Auto_Ptr.h"
#include "ace/Truncate.h"
diff --git a/ACE/examples/Web_Crawler/Options.cpp b/ACE/examples/Web_Crawler/Options.cpp
index faedf9a660d..deca0e76778 100644
--- a/ACE/examples/Web_Crawler/Options.cpp
+++ b/ACE/examples/Web_Crawler/Options.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
#include "URL_Addr.h"
diff --git a/ACE/examples/Web_Crawler/URL.cpp b/ACE/examples/Web_Crawler/URL.cpp
index 3df8b54a248..3f75e5685e9 100644
--- a/ACE/examples/Web_Crawler/URL.cpp
+++ b/ACE/examples/Web_Crawler/URL.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "URL.h"
diff --git a/ACE/examples/Web_Crawler/URL_Addr.cpp b/ACE/examples/Web_Crawler/URL_Addr.cpp
index f141fe8184e..8dc2054a909 100644
--- a/ACE/examples/Web_Crawler/URL_Addr.cpp
+++ b/ACE/examples/Web_Crawler/URL_Addr.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "URL_Addr.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
diff --git a/ACE/examples/Web_Crawler/URL_Status.cpp b/ACE/examples/Web_Crawler/URL_Status.cpp
index 79190a5f9f3..9ba42e9f76b 100644
--- a/ACE/examples/Web_Crawler/URL_Status.cpp
+++ b/ACE/examples/Web_Crawler/URL_Status.cpp
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#include "URL_Status.h"
diff --git a/ACE/examples/Web_Crawler/URL_Visitor.cpp b/ACE/examples/Web_Crawler/URL_Visitor.cpp
index 1f93267efc2..2383eae253d 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor.cpp
+++ b/ACE/examples/Web_Crawler/URL_Visitor.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_string.h"
#include "ace/Truncate.h"
#include "URL_Visitor.h"
diff --git a/ACE/examples/Web_Crawler/URL_Visitor_Factory.cpp b/ACE/examples/Web_Crawler/URL_Visitor_Factory.cpp
index 260e0b569fa..aadb46732d2 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor_Factory.cpp
+++ b/ACE/examples/Web_Crawler/URL_Visitor_Factory.cpp
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#include "URL_Visitor_Factory.h"
URL_Visitor_Factory::~URL_Visitor_Factory (void)
diff --git a/ACE/examples/Web_Crawler/Web_Crawler.cpp b/ACE/examples/Web_Crawler/Web_Crawler.cpp
index a0913290ae4..e5972e90b5c 100644
--- a/ACE/examples/Web_Crawler/Web_Crawler.cpp
+++ b/ACE/examples/Web_Crawler/Web_Crawler.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Options.h"
#include "URL_Visitor_Factory.h"
#include "Web_Crawler.h"
diff --git a/ACE/examples/Web_Crawler/Web_Crawler.mpc b/ACE/examples/Web_Crawler/Web_Crawler.mpc
index 28621737115..7ffb976d0a5 100644
--- a/ACE/examples/Web_Crawler/Web_Crawler.mpc
+++ b/ACE/examples/Web_Crawler/Web_Crawler.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project : aceexe, avoids_ace_for_tao {
exename = main
specific(bmake) {