removed unnecessary typenames

This commit is contained in:
Peter Thorson
2013-01-09 07:06:50 -06:00
parent 1b83d5e855
commit 7ab2d2c937
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ public:
typedef connection socket_con_type;
/// The type of a shared pointer to the corresponding connection socket
/// component.
typedef typename socket_con_type::ptr socket_con_ptr;
typedef socket_con_type::ptr socket_con_ptr;
explicit endpoint() {
std::cout << "transport::asio::basic_socket::endpoint constructor"

View File

@@ -277,7 +277,7 @@ public:
typedef connection socket_con_type;
/// The type of a shared pointer to the corresponding connection socket
/// component.
typedef typename socket_con_type::ptr socket_con_ptr;
typedef socket_con_type::ptr socket_con_ptr;
explicit endpoint() {
std::cout << "transport::asio::tls_socket::endpoint constructor"