IBR-DTNSuite
0.8
|
#include <APIClient.h>
Public Member Functions | |
Message (STATUS_CODES code, const std::string &msg) | |
virtual | ~Message () |
Public Attributes | |
const STATUS_CODES | code |
const std::string | msg |
Definition at line 55 of file APIClient.h.
dtn::api::APIClient::Message::Message | ( | STATUS_CODES | code, |
const std::string & | msg | ||
) |
Definition at line 20 of file APIClient.cpp.
dtn::api::APIClient::Message::~Message | ( | ) | [virtual] |
Definition at line 25 of file APIClient.cpp.
Definition at line 61 of file APIClient.h.
Referenced by dtn::api::APIClient::__get_return(), main(), and dtn::api::APIClient::wait().
const std::string dtn::api::APIClient::Message::msg |
Definition at line 62 of file APIClient.h.