#include "letter.h"#include "mailbox.h"#include "post_office.h"#include <basis/mutex.h>#include <basis/log_base.h>#include <basis/portable.h>#include <basis/set.h>#include <data_struct/amorph.cpp>#include <data_struct/unique_id.h>#include <mechanisms/ithread.h>#include <mechanisms/thread_cabinet.h>#include <mechanisms/time_stamp.h>#include <nodes/catalogable.h>#include <nodes/object_catalog.h>#include <opsystem/path_configuration.h>Include dependency graph for post_office.cpp:

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

Go to the source code of this file.
Defines | |
| #define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger(), a) |
Variables | |
| const int | CLEANING_INTERVAL = 14 * SECOND_ms |
| const int | SNOOZE_TIME_FOR_POSTMAN = 42 |
| const int | DELIVERIES_ALLOWED = 350 |
| #define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), a) |
Definition at line 41 of file post_office.cpp.
| const int CLEANING_INTERVAL = 14 * SECOND_ms |
| const int DELIVERIES_ALLOWED = 350 |
| const int SNOOZE_TIME_FOR_POSTMAN = 42 |
Definition at line 46 of file post_office.cpp.
1.5.1