Rev 1599 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1599 | Rev 1625 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | this->io_service_.stop(); |
38 | this->io_service_.stop(); |
| 39 | 39 | ||
| 40 | this->thread_.interrupt(); |
40 | this->thread_.interrupt(); |
| 41 | this->thread_.join(); |
41 | this->thread_.join(); |
| - | 42 | } |
|
| - | 43 | ||
| - | 44 | boost::asio::io_service& IoService::GetIoService() |
|
| - | 45 | { |
|
| - | 46 | return this->io_service_; |
|
| 42 | } |
47 | } |
| 43 | 48 | ||
| 44 | }; // namespace common |
49 | }; // namespace common |
| 45 | }; // namespace atom |
50 | }; // namespace atom |