YAMI4 C++ Library 2.0.0
Messaging Solution for Distributed Systems
Loading...
Searching...
No Matches
connection_event.h
1// Copyright Maciej Sobczak 2008-2022.
2// This file is part of YAMI4.
3// See the package-level LICENSE.txt file.
4
5#ifndef YAMICPP_CONNECTION_EVENT_H_INCLUDED
6#define YAMICPP_CONNECTION_EVENT_H_INCLUDED
7
8namespace yami
9{
10
13{
17};
18
19} // namespace yami
20
21#endif // YAMICPP_CONNECTION_EVENT_H_INCLUDED
Namespace devoted to everything related to YAMI4.
Definition: agent.h:21
connection_event
Kind of connection event.
Definition: connection_event.h:13
@ new_incoming_connection
New incoming connection was created.
Definition: connection_event.h:14
@ new_outgoing_connection
New outgoing connection was created.
Definition: connection_event.h:15
@ connection_closed
Connection was closed.
Definition: connection_event.h:16