Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2010, 2:51:39 PM (13 years ago)
Author:
smerkli
Message:

disconnect implemented, switching to only use the MSC object of wandiscovery.

File:
1 edited

Legend:

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

    r7750 r7763  
    9595      /** Function used for the configuration file parameter update */
    9696      void setConfigValues();
     97
     98      /** Master server communications object */
     99      MasterServerComm msc;
    97100     
    98101    private:
    99102      /** Singleton pointer */
    100103      static WANDiscovery* singletonPtr_s;
    101 
    102       /** Master server communications object */
    103       MasterServerComm msc;
    104104
    105105      /** master server address */
Note: See TracChangeset for help on using the changeset viewer.