diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-21 06:21:51 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-21 06:21:51 +0000 |
commit | df0cc974955b908029871f81da970c3d8c65761e (patch) | |
tree | c9ca263212a68afaffc3c30ea4ef9496ca632161 /websvcs | |
parent | 70eb25209a7cf94af1ed8f3b86a26a9f6b938e92 (diff) | |
download | ATCD-df0cc974955b908029871f81da970c3d8c65761e.tar.gz |
Added hash function
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/lib/URL_Addr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/websvcs/lib/URL_Addr.h b/websvcs/lib/URL_Addr.h index 8013475e939..5dc89033da3 100644 --- a/websvcs/lib/URL_Addr.h +++ b/websvcs/lib/URL_Addr.h @@ -77,6 +77,9 @@ public: static int known_scheme (LPCTSTR url); // Returns 1 if the URL scheme is recognized, 0 otherwise. + u_long hash (void) const; + // Hash function + protected: void set_url (LPTSTR url); // Allows the derived classes to store the compact representation of |