Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9367 in orxonox.OLD for branches/proxy/src/lib/network/handshake.h


Ignore:
Timestamp:
Jul 20, 2006, 6:38:25 PM (19 years ago)
Author:
patrick
Message:

removed old proxy synchronization mech

File:
1 edited

Legend:

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

    r9360 r9367  
    8080    inline bool redirect() { return this->redirectProxy;}
    8181    /** @param flag: indicating if the client should be redirected */
    82     inline void setRedirect(bool flag) { this->redirectProxy = flag; }
     82    inline void setRedirect(bool flag) { this->redirectProxy = (int)flag; }
    8383
    8484    /** @param address: the address of the proxy server 1 if any */
     
    115115    int                nodeType;                              //!, the type of the network node
    116116
    117     int                proxyAddressesSynched;                 //!< number of addresses synched
    118117    int                redirectProxy;                         //!< true if the client should reconnect to a proxy server
    119118    IP                 proxy1;                               //!< ip address of the first proxy (0.0.0.0 of not available)
Note: See TracChangeset for help on using the changeset viewer.