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