diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-06-28 16:15:15 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-06-28 16:15:15 +0000 |
commit | ea9648a9a932b272b368a1c640cc2568880af470 (patch) | |
tree | fad97ef435550dc1c619186b90f47bd949b4136b /ACE/examples/Web_Crawler/URL_Addr.h | |
parent | 189825e9d1ed5b5cfb272db52d61259cf867b0ab (diff) | |
download | ATCD-ea9648a9a932b272b368a1c640cc2568880af470.tar.gz |
Thu Jun 28 16:12:18 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/examples/Web_Crawler/URL_Addr.h')
-rw-r--r-- | ACE/examples/Web_Crawler/URL_Addr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/examples/Web_Crawler/URL_Addr.h b/ACE/examples/Web_Crawler/URL_Addr.h index 9792e1bb390..8c7c79a5542 100644 --- a/ACE/examples/Web_Crawler/URL_Addr.h +++ b/ACE/examples/Web_Crawler/URL_Addr.h @@ -45,7 +45,8 @@ public: int set (const ACE_URL_Addr &addr); // Essentially the copy constructor. - virtual int string_to_addr (const ACE_TCHAR *address); + virtual int string_to_addr (const ACE_TCHAR *address, + int address_family = AF_UNSPEC); // Initializes an <ACE_URL_Addr> from the <address>, which can be // "ip-number:port-number/path-name" (e.g., // "www.cs.wustl.edu:1234/~schmidt/" "ip-number:port-number/path-name" |