From 801e7de1f85656746d832508baf4583907826420 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 23 Apr 2010 15:14:00 +0000 Subject: Minor updates to the List class, unchecked corner cases. The CsvWriter now writes csv. It understands both excel formatting and c-style, which I made up myself (it's just c-style escape sequences). Sha1 is converted to work with the CryptoHash API and it does indeed work. --- src/md5.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/md5.h') diff --git a/src/md5.h b/src/md5.h index d4229d0..79b1d09 100644 --- a/src/md5.h +++ b/src/md5.h @@ -31,7 +31,6 @@ namespace Bu using Bu::CryptoHash::addData; virtual FString getResult(); virtual void writeResult( Bu::Stream &sOut ); - virtual FString getHexResult(); private: /** -- cgit v1.2.3