hashing seems to work _correctly_ now...

This commit is contained in:
Bernhard Amann 2011-11-02 14:00:19 -07:00
parent f20125d22d
commit 638976791e
3 changed files with 72 additions and 16 deletions

View file

@ -37,6 +37,8 @@ protected:
virtual bool DoUpdate();
private:
bool ReadHeader();
ifstream* file;
string fname;
@ -46,6 +48,7 @@ private:
// map columns in the file to columns to send back to the manager
vector<FieldMapping> columnMap;
const LogField* const * fields; // raw mapping
//map<string, string> *keyMap;