Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 4:35:11 PM (16 years ago)
Author:
scheusso
Message:

added command line argument —port

File:
1 edited

Legend:

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

    r1378 r1379  
    7070    bindAddress.host = ENET_HOST_ANY;
    7171    bindAddress.port = NETWORK_PORT;
     72    head_ = head;
     73  }
     74 
     75  ConnectionManager::ConnectionManager(ClientInformation *head, int port){
     76    quit=false;
     77    bindAddress.host = ENET_HOST_ANY;
     78    bindAddress.port = port;
    7279    head_ = head;
    7380  }
Note: See TracChangeset for help on using the changeset viewer.