diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 16:09:39 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 16:09:39 +0000 |
commit | 419c7c6ea0df3ff6ee9c11488a8d6c08b31f4da0 (patch) | |
tree | f037011dcaa7f85252a778be4a1ddd03eb9ef6d9 /examples | |
parent | a64df2dda51f544448ac343f6ee5420fb45533a4 (diff) | |
download | ATCD-419c7c6ea0df3ff6ee9c11488a8d6c08b31f4da0.tar.gz |
Hostnames made www.cs.wustl.edu as default.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Web_Crawler/URL_Addr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Web_Crawler/URL_Addr.h b/examples/Web_Crawler/URL_Addr.h index c67772f243b..823d95f1cc8 100644 --- a/examples/Web_Crawler/URL_Addr.h +++ b/examples/Web_Crawler/URL_Addr.h @@ -45,7 +45,7 @@ public: virtual int string_to_addr (LPCTSTR address); // Initializes an <ACE_URL_Addr> from the <address>, which can be // "ip-number:port-number/path-name" (e.g., - // "tango.cs.wustl.edu:1234/~schmidt/" "ip-number:port-number/path-name" + // "www.cs.wustl.edu:1234/~schmidt/" "ip-number:port-number/path-name" // (e.g., "128.252.166.57:1234/~schmidt"). If there is no ':' in // the <address> it is assumed to be an ip-number or ip-address // number, with the port number <ACE_DEFAULT_HTTP_PORT>. @@ -58,7 +58,7 @@ public: // "ip-number:port-number/path-name" (e.g., // "128.252.166.57:80/~schmidt/"), whereas if <ipaddr_format> is 0 // this produces "ip-name:port-number" (e.g., - // "tango.cs.wustl.edu:80/~schmidt/"). Returns -1 if the <size> of + // "www.cs.wustl.edu:80/~schmidt/"). Returns -1 if the <size> of // the <buffer> is too small, else 0. virtual LPCTSTR addr_to_string (int ipaddr_format = 1) const; @@ -67,7 +67,7 @@ public: // "ip-number:port-number/path-name" (e.g., // "128.252.166.57:80/~schmidt/"), whereas if <ipaddr_format> is 0 // this produces "ip-name:port-number" (e.g., - // "tango.cs.wustl.edu:80/~schmidt/"). Uses dynamic memory, which + // "www.cs.wustl.edu:80/~schmidt/"). Uses dynamic memory, which // is allocated on demand and deallocated when the object is // destroyed. Returns -1 if dynamic memory fails, else 0. |