Rev 1598 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1598 | Rev 1625 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | public: |
33 | public: |
| 34 | typedef boost::shared_ptr<IoService> Pointer; |
34 | typedef boost::shared_ptr<IoService> Pointer; |
| 35 | 35 | ||
| 36 | IoService(); |
36 | IoService(); |
| 37 | virtual ~IoService(); |
37 | virtual ~IoService(); |
| - | 38 | ||
| - | 39 | boost::asio::io_service& GetIoService(); |
|
| 38 | 40 | ||
| 39 | protected: |
41 | protected: |
| 40 | typedef boost::shared_ptr<char> TrackerPointer; |
42 | typedef boost::shared_ptr<char> TrackerPointer; |
| 41 | 43 | ||
| 42 | boost::asio::io_service io_service_; |
44 | boost::asio::io_service io_service_; |