#include "global.hpp"
#include "synced_checkup.hpp"
#include "log.hpp"
#include "replay.hpp"
#include "synced_user_choice.hpp"
#include "resources.hpp"
Go to the source code of this file.
Macros | |
#define | DBG_REPLAY LOG_STREAM(debug, log_replay) |
#define | LOG_REPLAY LOG_STREAM(info, log_replay) |
#define | WRN_REPLAY LOG_STREAM(warn, log_replay) |
#define | ERR_REPLAY LOG_STREAM(err, log_replay) |
Variables | |
static lg::log_domain | log_replay ("replay") |
static ignored_checkup | default_instnce |
checkup * | checkup_instance = &default_instnce |
#define DBG_REPLAY LOG_STREAM(debug, log_replay) |
Definition at line 22 of file synced_checkup.cpp.
#define ERR_REPLAY LOG_STREAM(err, log_replay) |
Definition at line 25 of file synced_checkup.cpp.
#define LOG_REPLAY LOG_STREAM(info, log_replay) |
Definition at line 23 of file synced_checkup.cpp.
Referenced by ignored_checkup::local_checkup().
#define WRN_REPLAY LOG_STREAM(warn, log_replay) |
Definition at line 24 of file synced_checkup.cpp.
checkup* checkup_instance = &default_instnce |
Definition at line 29 of file synced_checkup.cpp.
Referenced by set_scontext_synced::do_final_checkup(), set_scontext_synced::init(), actions::move_unit_internal(), and set_scontext_synced::~set_scontext_synced().
|
static |
Definition at line 27 of file synced_checkup.cpp.
|
static |