drivers/can_tcp_win32/can_tcp_win32_server.cpp
changeset 771 4c74be252095
parent 633 2c43383a1d57
child 774 91d708a2cb4e
--- 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++) {