YAMI4 C++
message_state.h
1 // Copyright Maciej Sobczak 2008-2019.
2 // This file is part of YAMI4.
3 //
4 // YAMI4 is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // YAMI4 is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with YAMI4. If not, see <http://www.gnu.org/licenses/>.
16 
17 #ifndef YAMICPP_MESSAGE_STATE_H_INCLUDED
18 #define YAMICPP_MESSAGE_STATE_H_INCLUDED
19 
20 namespace yami
21 {
22 
25 {
31 };
32 
33 } // namespace yami
34 
35 #endif // YAMICPP_MESSAGE_STATE_H_INCLUDED
message_state
Outgoing message state.
Definition: message_state.h:24
Message was posted for transmission.
Definition: message_state.h:26
Message was abandoned due to error or channel closing.
Definition: message_state.h:28
Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27
The reply was received for the given message.
Definition: message_state.h:29
Message was fully transmitted.
Definition: message_state.h:27
Message was rejected.
Definition: message_state.h:30