Parent Directory | Revision Log
Initial revision
1 | pamela | 1.1 | #ifndef PHEAMGR_H |
2 | #define PHEAMGR_H | ||
3 | #include <string> | ||
4 | #include "pHeader.h" | ||
5 | |||
6 | using std::string; | ||
7 | |||
8 | class pPheaMgr { | ||
9 | |||
10 | public: | ||
11 | |||
12 | static pPheaMgr * Get(); | ||
13 | pPheaMgr(){}; | ||
14 | pHeader* GetpHea(const string &s, const char *c); | ||
15 | |||
16 | private: | ||
17 | |||
18 | static pPheaMgr * _pheamgr; | ||
19 | |||
20 | }; | ||
21 | |||
22 | |||
23 | #endif //PHEAMGR_H |
ViewVC Help | |
Powered by ViewVC 1.1.23 |