Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 2:09:33 PM (16 years ago)
Author:
scheusso
Message:

reverted some changes from previous version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merge/src/network/ConnectionManager.cc

    r1355 r1361  
    193193          addClient(event);
    194194          //this is a workaround to ensure thread safety
     195          /*if(!addFakeConnectRequest(&event))
     196            COUT(3) << "Problem pushing fakeconnectRequest to queue" << std::endl;*/
    195197          COUT(5) << "Con.Man: connection event has occured" << std::endl;
    196198          break;
     
    208210          break;
    209211        case ENET_EVENT_TYPE_NONE:
    210           receiverThread_->yield();
    211212          break;
    212213      }
Note: See TracChangeset for help on using the changeset viewer.