#include <SocketException.h>
Inheritance diagram for SocketException:


Public Member Functions | |
| SocketException () | |
| ~SocketException () | |
Private Member Functions | |
| SocketException (const SocketException &) | |
| SocketException & | operator= (const SocketException &) |
|
|
Definition at line 8 of file SocketException.cpp.
00009 :Exception() 00010 { 00011 } |
|
|
Definition at line 14 of file SocketException.cpp.
00015 {
00016 }
|
|
|
Definition at line 14 of file SocketException.h.
00014 {} // copy constructor
|
|
|
Definition at line 15 of file SocketException.h.
00015 { return *this; } // assignment operator
|
1.3.6
|
|