Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 7:33:11 PM (13 years ago)
Author:
smerkli
Message:

documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/WANDiscovery.cc

    r7749 r7750  
    4747    COUT(4) << "Creating WANDiscovery.\n";
    4848 
    49     /* register object with orxonox main class */
     49    /* register object in orxonox */
    5050    RegisterObject(WANDiscovery);
    5151
    52     /* ... and register a config value function for it */
     52    /* check for the masterserver address option in orxonox.ini */
    5353    this->setConfigValues();
    5454
     
    6868  void WANDiscovery::setConfigValues()
    6969  {
     70    /* update msaddress string from orxonox.ini config file, if it
     71     * has changed.
     72     */
    7073    SetConfigValue( msaddress, "localhost");
    7174  }
Note: See TracChangeset for help on using the changeset viewer.