Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 11:20:25 AM (18 years ago)
Author:
patrick
Message:

some better debug and function call cleanup

File:
1 edited

Legend:

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

    r9409 r9410  
    3636    /** @param number: sets the max number of players */
    3737    inline void setMaxPlayer(int number) { this->maxPlayer = number; }
     38    /** @returns teh max number of players */
     39    int getMaxPlayer() { return this->maxPlayer; }
    3840    /** sets the @param saturation: a threshold in percente when the proxy servers should be activated to be able to redirect the clients */
    3941    inline void setMaxPlayerSaturation(float saturation) { this->maxPlayerSaturation = saturation; }
    40     /** @returns teh max number of players */
    41     int getMaxPlayer() { return this->maxPlayer; }
     42
    4243
    4344    void setMasterAddr(const std::string& masterAddr);
Note: See TracChangeset for help on using the changeset viewer.