Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

blub

File:
1 edited

Legend:

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

    r479 r601  
    8686  bool Server::sendMSG(const char *msg){
    8787    ENetPacket *packet = packet_gen.chatMessage(msg);
    88     //std::cout <<"adding packets" << std::endl;
     88    std::cout <<"adding PPPPPackets" << std::endl;
    8989    connection->addPacketAll(packet);
    9090    //std::cout <<"added packets" << std::endl;
    91     return connection->sendPackets();
     91    if (connection->sendPackets()){
     92        std::cout << "SSSSSucessfully" << std::endl;
     93        return true;
     94    }
     95    return false;
    9296  }
    9397 
Note: See TracChangeset for help on using the changeset viewer.