yay, basic table assignment.

This commit is contained in:
Bernhard Amann 2011-10-26 17:02:57 -07:00
parent 5b0c307f87
commit b245d4168a
6 changed files with 87 additions and 8 deletions

View file

@ -25,6 +25,11 @@ void InputReader::Error(const string &msg)
input_mgr->Error(this, msg.c_str());
}
void InputReader::Put(const LogVal* const *val)
{
input_mgr->Put(this, val);
}
bool InputReader::Init(string arg_source, int arg_num_fields,
const LogField* const * arg_fields)
{