Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9296 in orxonox.OLD for branches/proxy/src/lib/network/monitor


Ignore:
Timestamp:
Jul 14, 2006, 3:01:37 PM (18 years ago)
Author:
patrick
Message:

redirection flag added, proxy settings as a way to get/save the server settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_monitor.h

    r9295 r9296  
    5656    inline bool gotFreeSlots() { return (this->localNode->getPlayerNumber() < NET_MAX_CONNECTIONS)?true:false; }
    5757    /** @param node node to be checked for slots @returns true if there are still free network slots available at this node */
    58     inline bool gorFreeSlots(NetworkNode* node) { return (node->getPlayerNumber() < NET_MAX_CONNECTIONS)?true:false; }
     58    inline bool gotFreeSlots(NetworkNode* node) { return (node->getPlayerNumber() < NET_MAX_CONNECTIONS)?true:false; }
    5959    void getServerWithFreeSlots() { }
    6060
Note: See TracChangeset for help on using the changeset viewer.