#include "bundle_list.h"#include "synchronizable.h"#include <structures/amorph.h>#include <octopus/tentacle.h>#include <basis/astring.h>#include <basis/functions.h>#include <basis/mutex.h>#include <structures/string_array.h>

Go to the source code of this file.
Namespaces | |
| namespace | synchronic |
Defines | |
| #define | GRAB_LOCK auto_synchronizer l(*_locking) |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
| #define GRAB_LOCK auto_synchronizer l(*_locking) |
Definition at line 34 of file list_manager.cpp.
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 38 of file list_manager.cpp.
1.6.3