diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-13 19:50:31 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-13 19:50:31 +0000 |
commit | 0fcbc4b07c36fb1bac3c486b33acfdbada8e6737 (patch) | |
tree | a3407fa4741a9f7858321c74db1421eb2653b790 /ace/SString.i | |
parent | 1e39fe2bc11eaf6e3bc94e33d3b2172354fb6aa6 (diff) | |
download | ATCD-0fcbc4b07c36fb1bac3c486b33acfdbada8e6737.tar.gz |
Moved some functions into the cpp file so the Unicode Release compiles
Diffstat (limited to 'ace/SString.i')
-rw-r--r-- | ace/SString.i | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ace/SString.i b/ace/SString.i index d897baa1189..77875a19c84 100644 --- a/ace/SString.i +++ b/ace/SString.i @@ -3,24 +3,6 @@ // SString.i -ACE_INLINE u_long -ACE_CString::hash (void) const -{ - return ACE::hash_pjw (this->rep_); -} - -ACE_INLINE u_long -ACE_SString::hash (void) const -{ - return ACE::hash_pjw (this->rep_); -} - -ACE_INLINE u_long -ACE_WString::hash (void) const -{ - return ACE::hash_pjw (this->rep_); -} - // Return the <index'th> character in the string. ACE_INLINE char |