removes un-thread-safe access to cout

This commit is contained in:
Peter Thorson
2013-01-31 08:40:46 -06:00
parent b4903dad0b
commit 4928f84feb
3 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ public:
: m_external_io_service(false)
, m_state(UNINITIALIZED)
{
std::cout << "transport::asio::endpoint constructor" << std::endl;
//std::cout << "transport::asio::endpoint constructor" << std::endl;
}
~endpoint() {

View File

@@ -61,8 +61,8 @@ public:
typedef lib::shared_ptr<boost::asio::ip::tcp::socket> socket_ptr;
explicit connection() : m_state(UNINITIALIZED) {
std::cout << "transport::asio::basic_socket::connection constructor"
<< std::endl;
//std::cout << "transport::asio::basic_socket::connection constructor"
// << std::endl;
}
/// Check whether or not this connection is secure

View File

@@ -76,8 +76,8 @@ public:
typedef boost::system::error_code boost_error;
explicit connection() {
std::cout << "transport::asio::tls_socket::connection constructor"
<< std::endl;
//std::cout << "transport::asio::tls_socket::connection constructor"
// << std::endl;
}
/// Check whether or not this connection is secure