00001 //#include <stdio.h> 00002 00003 #include "ETest.h" 00004 00005 00006 00007 00008 ETest::ETest() throw(FileException) 00009 { 00010 } 00011 00012 00013 ETest::~ETest() 00014 { 00015 } 00016 00017 00018 00019 00020 void ETest::read() throw(SocketException) 00021 { 00022 } 00023 00024 00025 void ETest::write() throw(FileException) 00026 { 00027 } 00028 00029 00030 void ETest::check() throw(SocketException,FileException) 00031 { 00032 } 00033 00034
|
|