diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-24 17:07:57 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-24 17:07:57 +0000 |
commit | f6a04186208c9936c655096f7ac5e95dc2f4ccaf (patch) | |
tree | e4fb1d98e75a7c6e7da8a3717ce2ff6197da15ec /ace/ACE.h | |
parent | d47286da45069f10f531148545a180b2e8648c7c (diff) | |
download | ATCD-pmb_integration_mike_start.tar.gz |
This commit was manufactured by cvs2svn to create tagpmb_integration_mike_start
'pmb_integration_mike_start'.
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index fe6c599398d..cd6add96bd5 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -536,15 +536,6 @@ namespace ACE extern ACE_Export u_long hash_pjw (const wchar_t *str, size_t len); #endif /* ACE_HAS_WCHAR */ - /// Computes CRC-CCITT for the string. - extern ACE_Export ACE_UINT16 crc_ccitt(const char *str); - - /// Computes CRC-CCITT for the buffer. - extern ACE_Export ACE_UINT16 crc_ccitt(const void *buf, size_t len); - - /// Computes CRC-CCITT for the @ len iovec buffers. - extern ACE_Export ACE_UINT16 crc_ccitt(const iovec *iov, int len); - /// Computes the ISO 8802-3 standard 32 bits CRC for the string. extern ACE_Export ACE_UINT32 crc32 (const char *str); @@ -553,7 +544,7 @@ namespace ACE /// Computes the ISO 8802-3 standard 32 bits CRC for the /// @ len iovec buffers. - extern ACE_Export ACE_UINT32 crc32 (const iovec *iov, int len); + extern ACE_Export ACE_UINT32 crc32 (iovec *iov, int len); /// Euclid's greatest common divisor algorithm. extern ACE_Export u_long gcd (u_long x, u_long y); |