Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8053


Ignore:
Timestamp:
Mar 10, 2011, 4:09:56 PM (13 years ago)
Author:
smerkli
Message:

Did not actually do any work, just looked through some of the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver2/src/libraries/network/WANDiscoverable.cc

    r7801 r8053  
    5454  }
    5555
     56  /* read the master server address from config file */
    5657  void WANDiscoverable::setConfigValues()
    5758  {
     
    6364  }
    6465
     66  /* destructor */
    6567  WANDiscoverable::~WANDiscoverable()
    6668  {
     
    6971  }
    7072 
     73  /* set the activity of the discoverable object:
     74   * active or not active
     75   */
    7176  void WANDiscoverable::setActivity(bool bActive)
    7277  {
Note: See TracChangeset for help on using the changeset viewer.