Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 2:49:33 PM (18 years ago)
Author:
bensch
Message:

cleaner ip inclusion

File:
1 edited

Legend:

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

    r9410 r9426  
    4848    void setProxyAddr(const std::string& proxyAddr);
    4949    /** @returns the list of proxy servers from the init file */
    50     inline std::vector<IPaddress*>* getProxyList() { return &this->proxies; }
     50    inline std::vector<IP>* getProxyList() { return &this->proxies; }
    5151
    5252
     
    6161    float                        maxPlayerSaturation;     //!< the saturation level from where on the proxy server should be activated
    6262
    63     std::vector<IPaddress*>      proxies;                 //!< all registered proxies
     63    std::vector<IP>              proxies;                 //!< all registered proxies
    6464    IP                           masterServer;            //!< master server ip address
    6565
Note: See TracChangeset for help on using the changeset viewer.