Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 10:31:38 PM (17 years ago)
Author:
dumenim
Message:

blub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/dummyclient3.cc

    r536 r601  
    3434          std::getline( std::cin, str );
    3535          client.sendChat( str );
    36           std::cout << "send message" << std::endl;
     36          std::cout << "sent message" << std::endl;
    3737  }
    3838
     
    4242
    4343void listener(){
    44 
     44       
    4545  const int PORT = 55556;
    4646  std::cout << "Enter address of the server xxx.xxx.xxx.xxx (enter for localhost)" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.