#include <mprocess_rpc_server.h>
Public Member Functions | |
MultiProcessRpcServerError (const std::string &what_arg) | |
~MultiProcessRpcServerError () throw () | |
const char * | what () const throw () |
Private Attributes | |
std::string | _what |
Definition at line 54 of file mprocess_rpc_server.h.
funtik::MultiProcessRpcServerError::MultiProcessRpcServerError | ( | const std::string & | what_arg | ) |
Definition at line 57 of file mprocess_rpc_server.cpp.
funtik::MultiProcessRpcServerError::~MultiProcessRpcServerError | ( | ) | throw () |
Definition at line 63 of file mprocess_rpc_server.cpp.
const char * funtik::MultiProcessRpcServerError::what | ( | ) | const throw () |
std::string funtik::MultiProcessRpcServerError::_what [private] |