From d83b31f2fa47a69ac17ef7cf7debc4b7413c91d4 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 2 Jul 1997 03:57:53 +0000 Subject: *** empty log message *** --- ace/SString.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/SString.h') 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; -- cgit v1.2.1