Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2005, 5:13:05 PM (18 years ago)
Author:
bwuest
Message:

Synchronizeable.h and Synchronizeable.cc changed: state and functions to get/set the state added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_manager.cc

    r5968 r5992  
    4949  this->syncList = NULL;
    5050  this->tmpStream = NULL;
     51  this->hostID = -1;
    5152
    5253  PRINTF(0)("NetworkManager created\n");
     
    165166
    166167}
     168
     169/**
     170 * Sets the hostID to a specific number
     171 * @param id: The new ID
     172 */
     173void NetworkManager::setHostID(int id)
     174{
     175  this->hostID = id;
     176}
Note: See TracChangeset for help on using the changeset viewer.