| Index: system_logging_mock.h
|
| diff --git a/system_logging_mock.h b/system_logging_mock.h
|
| index f4fb1334349ec02a79faa429fa934d1e466bc2c9..56c6e5836273e405807b8f09dda1c32c26de15d3 100644
|
| --- a/system_logging_mock.h
|
| +++ b/system_logging_mock.h
|
| @@ -15,6 +15,8 @@ class SystemLoggingMock : public SystemLogging {
|
| virtual void LogInfo(const char *format, ...);
|
| virtual void LogWarning(const char *format, ...);
|
| virtual void LogError(const char *format, ...);
|
| + virtual void set_accumulating(bool value);
|
| + virtual std::string get_accumulator();
|
|
|
| const std::string &log() { return log_; }
|
|
|
|
|