it compiles :)

But that's all, not tested, don't expect it to do anything but crash.
This commit is contained in:
Bernhard Amann 2012-02-06 17:37:02 -08:00
parent 238e9545c0
commit 8385d5bb2d
7 changed files with 258 additions and 67 deletions

View file

@ -42,7 +42,7 @@ protected:
// Reports an error to the user.
void Error(const string &msg);
void Error(const char *msg);
//void Error(const char *msg);
// The following methods return the information as passed to Init().
const string Source() const { return source; }
@ -50,7 +50,7 @@ protected:
// A thread-safe version of fmt(). (stolen from logwriter)
const char* Fmt(const char* format, ...);
bool SendEvent(const string& name, const int num_vals, const threading::Value* const *vals);
void SendEvent(const string& name, const int num_vals, const threading::Value* const *vals);
// Content-sendinf-functions (simple mode). Including table-specific stuff that simply is not used if we have no table
void Put(int id, const threading::Value* const *val);