Rev 1609 | Rev 1644 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1609 | Rev 1625 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | class System : public Plugin |
33 | class System : public Plugin |
| 34 | { |
34 | { |
| 35 | public: |
35 | public: |
| 36 | typedef boost::shared_ptr<Plugin> Pointer; |
36 | typedef boost::shared_ptr<Plugin> Pointer; |
| 37 | 37 | ||
| 38 | System(bool legacy); |
38 | System(boost::asio::io_service& io_service, bool legacy); |
| 39 | virtual ~System(); |
39 | virtual ~System(); |
| 40 | 40 | ||
| 41 | void InitializeDone(); |
41 | void InitializeDone(); |
| 42 | 42 | ||
| 43 | private: |
43 | private: |