Skip to content

Instantly share code, notes, and snippets.

@rchatsiri
Created September 16, 2011 03:38
Show Gist options
  • Save rchatsiri/1221140 to your computer and use it in GitHub Desktop.
Save rchatsiri/1221140 to your computer and use it in GitHub Desktop.
Stream socket service wrapper class.
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