Parent Directory | Revision Log
Imported sources, 23/09/2008
1 | mocchiut | 1.1 | #ifndef R2_FAFE_STATE_H_ |
2 | #define R2_FAFE_STATE_H_ | ||
3 | |||
4 | #include "State.h" | ||
5 | |||
6 | namespace PamOffLineSW | ||
7 | { | ||
8 | |||
9 | class R2_FAFE_State : public PamOffLineSW::State | ||
10 | { | ||
11 | public: | ||
12 | virtual ~R2_FAFE_State(); | ||
13 | void readInput(char inputbyte); | ||
14 | static R2_FAFE_State& getInstance(){return instance;} | ||
15 | private: | ||
16 | R2_FAFE_State(); | ||
17 | static R2_FAFE_State instance; | ||
18 | }; | ||
19 | |||
20 | } | ||
21 | |||
22 | #endif /*R2_FAFE_STATE_H_*/ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |