Created
September 16, 2011 03:38
-
-
Save rchatsiri/1221140 to your computer and use it in GitHub Desktop.
Stream socket service wrapper class.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace service{ | |
class stream_socket_service | |
{ | |
private: | |
typedef boost::asio::stream_socket_service<Protocol> service_impl_type; | |
… | |
private: | |
service_imple_type& service_impl_; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment