#include <ClientServerUtils.h>
Inheritance diagram for BrokenSocketException:


Public Member Functions | |
| BrokenSocketException (void) | |
Definition at line 195 of file ClientServerUtils.h.
| BrokenSocketException::BrokenSocketException | ( | void | ) | [inline] |
Definition at line 198 of file ClientServerUtils.h.
00198 : 00199 NetworkException("broken socket exception") {} };
1.5.2