Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9282 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.cc


Ignore:
Timestamp:
Jul 14, 2006, 12:06:30 AM (19 years ago)
Author:
patrick
Message:

another framework switch, and node registration work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/peer_info.cc

    r9252 r9282  
    4444  this->userId = 0;
    4545  this->nodeType = NET_CLIENT;
    46   this->isMasterServer = false;
    47   this->isProxyServer = false;
    48   this->isClient = false;
    4946  this->socket = NULL;
    5047  this->handshake = NULL;
Note: See TracChangeset for help on using the changeset viewer.