merges windows support and local branch

This commit is contained in:
Peter Thorson
2011-10-03 07:34:30 -05:00
parent 94b90d0fd4
commit 5fb6f36918
19 changed files with 2528 additions and 1650 deletions

View File

@@ -45,9 +45,9 @@
using websocketpp::client_session;
client_session::client_session (client_ptr c,
client_session::client_session (websocketpp::client_ptr c,
boost::asio::io_service& io_service,
connection_handler_ptr defc)
websocketpp::connection_handler_ptr defc)
: session(io_service,defc),m_client(c) {}
void client_session::on_connect() {