SObjectizer  5.8
Loading...
Searching...
No Matches
event_queue_hook.cpp
Go to the documentation of this file.
1/*
2 * SObjectizer-5
3 */
4
5/*!
6 * \file
7 * \brief Implementation details of event_queue_hook.
8 *
9 * \since
10 * v.5.5.24
11 */
12
13#include <so_5/event_queue_hook.hpp>
14
15namespace so_5
16{
17
18void
20{
21 delete what;
22}
23
24void
27
28} /* namespace so_5 */
Interface of event_queue_hook object.
static void default_deleter(event_queue_hook_t *what) noexcept
An implementation of deleter that use operator delete for destroying object of type event_queue_hook.
static void noop_deleter(event_queue_hook_t *) noexcept
An implementation of no-op deleter.
Private part of message limit implementation.
Definition agent.cpp:33