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