Parent Directory | Revision Log
First import
1 | #ifndef __ClientTest_H__ |
2 | #define __ClientTest_H__ |
3 | |
4 | class ClientTest |
5 | { |
6 | |
7 | public: |
8 | |
9 | ClientTest::ClientTest(); |
10 | ClientTest::~ClientTest(); |
11 | |
12 | void run(); |
13 | |
14 | }; |
15 | |
16 | #endif |
root@recompile.se | ViewVC Help |
Powered by ViewVC 1.1.26 |