Show
Ignore:
Timestamp:
11/20/08 17:09:46 (16 years ago)
Author:
trnewman
Message:

new code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/trnewman/CR_shell/src/socket/simple_client_main.cpp

    r35 r65  
    1313      std::string reply; 
    1414 
     15    while(1) { 
    1516      try 
    1617        { 
    17           client_socket << "Test message."; 
    1818          client_socket >> reply; 
    1919        } 
     
    2222      std::cout << "We received this response from the server:\n\"" << reply << "\"\n";; 
    2323 
     24    } 
    2425    } 
    2526  catch ( SocketException& e )