Rev 1962 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1962 | Rev 1963 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | private: |
44 | private: |
| 45 | typedef boost::shared_ptr<boost::asio::ip::udp::socket> SocketPointer; |
45 | typedef boost::shared_ptr<boost::asio::ip::udp::socket> SocketPointer; |
| 46 | 46 | ||
| 47 | SocketPointer socket_; |
47 | SocketPointer socket_; |
| 48 | boost::asio::ip::udp::endpoint endpoint_; |
48 | boost::asio::ip::udp::endpoint endpoint_; |
| 49 | - | ||
| 50 | 49 | ||
| 51 | }; |
50 | }; |
| 52 | 51 | ||
| 53 | }; // namespace net |
52 | }; // namespace net |
| 54 | }; // namespace atom |
53 | }; // namespace atom |