Parent Directory | Revision Log
Initial revision
1 | #ifndef PCAT_H |
2 | #define PCAT_H |
3 | |
4 | #include "pDetector.h" |
5 | |
6 | class pCat: public pDetector { |
7 | |
8 | public: |
9 | |
10 | pCat(): pDetector("CAT"){}; |
11 | |
12 | private: |
13 | |
14 | |
15 | }; |
16 | |
17 | #endif //PCAT_H |
ViewVC Help | |
Powered by ViewVC 1.1.23 |