Parent Directory | Revision Log
Initial revision
1 | pamela | 1.1 | #ifndef PGENHEADER_H |
2 | #define PGENHEADER_H | ||
3 | #include "pHeader.h" | ||
4 | |||
5 | class pGenHeader : public pHeader { | ||
6 | |||
7 | public: | ||
8 | |||
9 | pGenHeader(const char *c=0){}; | ||
10 | void Print() const {}; | ||
11 | |||
12 | private: | ||
13 | |||
14 | |||
15 | }; | ||
16 | |||
17 | |||
18 | #endif // PGENHEADER_H |
ViewVC Help | |
Powered by ViewVC 1.1.23 |