fix warnings, update baselines, handle rotation

This commit is contained in:
Bernhard Amann 2013-05-12 20:48:17 -07:00
parent 747ba68030
commit 6392acecd2
7 changed files with 83 additions and 52 deletions

View file

@ -31,7 +31,7 @@ protected:
threading::Value** vals);
virtual bool DoSetBuf(bool enabled) { return true; }
virtual bool DoRotate(const char* rotated_path, double open,
double close, bool terminating) { return true; }
double close, bool terminating);
virtual bool DoFlush(double network_time) { return true; }
virtual bool DoFinish(double network_time) { return true; }
virtual bool DoHeartbeat(double network_time, double current_time) { return true; }