From dd22d8d33d6fa1c1113d0351ddb4c2397a14a79d Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 18 Aug 2001 19:00:42 +0000 Subject: ChangeLogTag:Sat Aug 18 13:18:10 2001 Douglas C. Schmidt --- websvcs/lib/URL_Addr.cpp | 1 - websvcs/lib/URL_Addr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'websvcs') diff --git a/websvcs/lib/URL_Addr.cpp b/websvcs/lib/URL_Addr.cpp index 14abe7661d0..43a471075aa 100644 --- a/websvcs/lib/URL_Addr.cpp +++ b/websvcs/lib/URL_Addr.cpp @@ -15,7 +15,6 @@ static size_t ftp_size = sizeof(ftp)/sizeof(ftp[0]) - 1; static ACE_TCHAR mailto[] = ACE_TEXT ("mailto:"); static size_t mailto_size = sizeof(mailto)/sizeof(mailto[0]) - 1; - static ACE_TCHAR file[] = ACE_TEXT ("file:"); static size_t file_size = sizeof(file)/sizeof(file[0]) - 1; static ACE_TCHAR afs[] = ACE_TEXT ("afs:"); diff --git a/websvcs/lib/URL_Addr.h b/websvcs/lib/URL_Addr.h index 432b44a0f94..c83edf69440 100644 --- a/websvcs/lib/URL_Addr.h +++ b/websvcs/lib/URL_Addr.h @@ -181,7 +181,7 @@ public: // Destructor ACE_INET_Addr get_inet_address (void) const; - // Build the INET_Address implicit in the URL, notice that we + // Build the INET_Address implicit in the URL, notice that we // maintain the hostname in its string representation, because the // URL can be can be refering to an hostname that cannot be // validated at this point. -- cgit v1.2.1