summaryrefslogtreecommitdiff
path: root/ace/SString.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-02 03:57:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-02 03:57:53 +0000
commitd83b31f2fa47a69ac17ef7cf7debc4b7413c91d4 (patch)
tree696113cc0d1a52315133f83a7fb394398335dc3d /ace/SString.h
parentfcb86c1b87f2120e5b9cbf62b5e52ad93f19fced (diff)
downloadATCD-d83b31f2fa47a69ac17ef7cf7debc4b7413c91d4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SString.h')
-rw-r--r--ace/SString.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SString.h b/ace/SString.h
index d77cd14aa5a..3c22d2fb3c4 100644
--- a/ace/SString.h
+++ b/ace/SString.h
@@ -68,7 +68,7 @@ public:
size_t length (void) const;
// Return the length of the string.
- size_t hash (void) const;
+ u_long hash (void) const;
// Returns a hash value for this string.
char *rep (void) const;
@@ -161,7 +161,7 @@ public:
size_t length (void) const;
// Return the length of the string.
- size_t hash (void) const;
+ u_long hash (void) const;
// Returns a hash value for this string.
void rep (char *s);
@@ -265,7 +265,7 @@ public:
void operator += (const ACE_WString &);
// Concat operator (does copy memory).
- size_t hash (void) const;
+ u_long hash (void) const;
// Returns a hash value for this string.
size_t length (void) const;