diff -r 4e29238f514c -r 4c74be252095 drivers/can_tcp_win32/can_tcp_win32_server.cpp --- a/drivers/can_tcp_win32/can_tcp_win32_server.cpp Tue Mar 05 20:08:37 2013 +0900 +++ b/drivers/can_tcp_win32/can_tcp_win32_server.cpp Wed Mar 06 11:32:27 2013 +0900 @@ -38,12 +38,11 @@ g_connections.push_back(s); - //s->SendLine("Welcome to the Message Distributor"); printf("Accepted new connection (0x%x).\n"); while (1) { std::string r = s->ReceiveLine(); if (r.empty()) break; - //cout << r << endl; + cout << r << endl; for (socket_list::iterator os =g_connections.begin(); os!=g_connections.end(); os++) {