#include <serversocket.h>
Public Member Functions | |
| ServerSocketError (const std::string &message) | |
| Constructor, prepends NAME to message to obtain * std::runtime_error::what(). | |
Static Public Attributes | |
| const std::string | NAME |
| Name of class, is prepended to each message argument of the constructor. | |
Definition at line 18 of file serversocket.h.
|
|
Constructor, prepends NAME to message to obtain * std::runtime_error::what(). Definition at line 23 of file serversocket.h. References NAME. |
|
|
Name of class, is prepended to each message argument of the constructor. Definition at line 21 of file serversocket.h. Referenced by ServerSocketError(). |
| dvnet-0.9.11 | [27 December, 2004] |