Parent Directory
|
Revision Log
Initial revision
| 1 | bearsoft | 1.1 | #include "../../String/String.h" |
| 2 | #include "../../String/StringInput.h" | ||
| 3 | #include "../../System/System.h" | ||
| 4 | #include "../../NetWork/Client.h" | ||
| 5 | #include "ClientTest.h" | ||
| 6 | #include "../../System/SystemDefine.h" | ||
| 7 | |||
| 8 | |||
| 9 | ClientTest::ClientTest(){} | ||
| 10 | ClientTest::~ClientTest(){} | ||
| 11 | |||
| 12 | void ClientTest::run() | ||
| 13 | { | ||
| 14 | Client *client = new Client(); | ||
| 15 | |||
| 16 | client->connectToServer(); | ||
| 17 | client->recieveData(); | ||
| 18 | client->disConnectFromServer(); | ||
| 19 | |||
| 20 | delete client; | ||
| 21 | |||
| 22 | } |
| root@recompile.se | ViewVC Help |
| Powered by ViewVC 1.1.26 |