|
activemq-cpp-3.3.0
|
Static utility class to simplify handling of error codes for socket operations. More...
#include <src/main/decaf/net/SocketError.h>
Static Public Member Functions | |
| static int | getErrorCode () |
| Gets the last error appropriate for the platform. | |
| static std::string | getErrorString () |
| Gets the string description for the last error. | |
Static utility class to simplify handling of error codes for socket operations.
| static int decaf::net::SocketError::getErrorCode | ( | ) | [static] |
Gets the last error appropriate for the platform.
| static std::string decaf::net::SocketError::getErrorString | ( | ) | [static] |
Gets the string description for the last error.