Changeset 9367 in orxonox.OLD for branches/proxy/src/lib/network/handshake.h
- Timestamp:
- Jul 20, 2006, 6:38:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.h
r9360 r9367 80 80 inline bool redirect() { return this->redirectProxy;} 81 81 /** @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; } 83 83 84 84 /** @param address: the address of the proxy server 1 if any */ … … 115 115 int nodeType; //!, the type of the network node 116 116 117 int proxyAddressesSynched; //!< number of addresses synched118 117 int redirectProxy; //!< true if the client should reconnect to a proxy server 119 118 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.