diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-18 19:00:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-18 19:00:42 +0000 |
commit | a9f07ed2938a97f2b60d6261eea1b4db55217732 (patch) | |
tree | 10856f7152a34a5a3bb505e23ff499ae6d57396b /websvcs | |
parent | 29a7465f8b43b148c6a03ac5ab36489ec84ed673 (diff) | |
download | ATCD-a9f07ed2938a97f2b60d6261eea1b4db55217732.tar.gz |
ChangeLogTag:Sat Aug 18 13:18:10 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/lib/URL_Addr.cpp | 1 | ||||
-rw-r--r-- | websvcs/lib/URL_Addr.h | 2 |
2 files changed, 1 insertions, 2 deletions
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. |