#include <source/ariba/utility/transport/tcpip/protlib/tperror.h>
Inherits protlib::TPError.
Public Member Functions | |
TPErrorSendFailed (int current_errno=0) | |
virtual const char * | getstr () const |
get error string | |
int | get_reason () const |
returns saved value of errno from send call | |
Private Attributes | |
int | saved_errno |
value of errno from send call |
Definition at line 125 of file tperror.h.
int protlib::TPErrorSendFailed::saved_errno [private] |