#include <definitions_sockets.h>
Public Types | |
| enum | outcomes { NO_CONNECTION, made, NO_SERVER, requests, NO_ANSWER, connections, SHUTDOWN, up, ALREADY_SETUP, setup, MEDIUM_ERROR, currently, BAD_MODE, specified, ALREADY_CONNECTED, connected, WRONG_ENTITY, request, IPC_ERROR, communication, TOO_NOISY, used, COMM_ERROR, error } |
Static Public Member Functions | |
| static const char * | outcome_name (const outcome &to_name) |
Definition at line 26 of file definitions_sockets.h.
Definition at line 29 of file definitions_sockets.h.
| const char * communication_commons::outcome_name | ( | const outcome & | to_name | ) | [static] |
Definition at line 20 of file definitions_sockets.cpp.
References ALREADY_CONNECTED, ALREADY_SETUP, BAD_MODE, COMM_ERROR, IPC_ERROR, MEDIUM_ERROR, NO_ANSWER, NO_CONNECTION, NO_SERVER, common::outcome_name(), SHUTDOWN, TOO_NOISY, outcome::value(), and WRONG_ENTITY.
Referenced by spocket::outcome_name(), smtp_client::outcome_name(), cromp_transaction::outcome_name(), and cromp_common::outcome_name().
1.5.1