#include "service_root.h"#include <basis/convert_utf.h>#include <basis/function.h>#include <basis/istring.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <basis/portable.h>#include <basis/string_array.h>#include <opsystem/command_line.h>#include <loggers/file_logger.h>#include <opsystem/filename.h>#include <opsystem/ini_config.h>#include <opsystem/path_configuration.h>#include <opsystem/rendezvous.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>Include dependency graph for service_root.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Enumerations | |
| enum | more_service_markers { SERVICE_CONTROL_STOP = 999, SERVICE_CONTROL_INTERROGATE } |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 63 of file service_root.cpp.
| enum more_service_markers |
Definition at line 53 of file service_root.cpp.
1.5.1