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