From 06ce59d348e30ce3da6106943c2d5660abc4c219 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 23 May 1999 18:28:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'IR-base'. --- examples/Web_Crawler/URL.cpp | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 examples/Web_Crawler/URL.cpp (limited to 'examples/Web_Crawler/URL.cpp') diff --git a/examples/Web_Crawler/URL.cpp b/examples/Web_Crawler/URL.cpp deleted file mode 100644 index ce52ed892ad..00000000000 --- a/examples/Web_Crawler/URL.cpp +++ /dev/null @@ -1,39 +0,0 @@ -// $Id$ - -#include "URL.h" - -ACE_RCSID(Web_Crawler, URL, "$Id$") - -Mem_Map_Stream & -URL::stream (void) -{ - return this->stream_; -} - -URL::~URL (void) -{ -} - -const URL_Status & -URL::reply_status (void) -{ - return this->reply_status_; -} - -void -URL::reply_status (const URL_Status &rs) -{ - this->reply_status_ = rs; -} - -const ACE_CString & -URL::content_type (void) -{ - return this->content_type_; -} - -void -URL::content_type (const ACE_CString &ct) -{ - this->content_type_ = ct; -} -- cgit v1.2.1