#include "empty_service.h"#include <basis/function.h>#include <basis/istring.h>#include <basis/portable.h>#include <basis/string_array.h>#include <loggers/console_logger.h>Include dependency graph for empty_service.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) out.log(to_print) |
Variables | |
| const int | SERVICE_SNOOZE_PERIOD = 20 |
| console_logger | out |
| #define LOG | ( | to_print | ) | out.log(to_print) |
Definition at line 28 of file empty_service.cpp.
Definition at line 26 of file empty_service.cpp.
| const int SERVICE_SNOOZE_PERIOD = 20 |
Definition at line 23 of file empty_service.cpp.
1.5.1