#include <ETest.h>
Public Member Functions | |
ETest () throw (FileException) | |
~ETest () | |
void | read () throw (SocketException) |
void | write () throw (FileException) |
void | check () throw (SocketException,FileException) |
Private Member Functions | |
ETest (const ETest &) | |
ETest & | operator= (const ETest &) |
|
Definition at line 8 of file ETest.cpp.
00009 { 00010 } |
|
Definition at line 13 of file ETest.cpp.
00014 { 00015 } |
|
Definition at line 19 of file ETest.h.
00019 {} // copy constructor
|
|
Definition at line 30 of file ETest.cpp. Referenced by main().
00031 { 00032 } |
|
Definition at line 20 of file ETest.h.
00020 { return *this; } // assignment operator |
|
Definition at line 20 of file ETest.cpp. Referenced by main().
00021 { 00022 } |
|
Definition at line 25 of file ETest.cpp. Referenced by main().
00026 { 00027 } |
|
|