Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 4:08:22 PM (13 years ago)
Author:
smerkli
Message:

pre-merge

File:
1 edited

Legend:

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

    r7692 r7737  
    3232#include "NetworkPrereqs.h"
    3333#include "packet/ServerInformation.h"
     34#include "core/ConfigFileManager.h"
    3435#include "util/Singleton.h"
     36#include "core/OrxonoxClass.h"
     37#include "core/ConfigValueIncludes.h"
     38#include "core/CoreIncludes.h"
    3539#include "MasterServerComm.h"
    3640#include "MasterServerProtocol.h"
     
    4650  class _NetworkExport WANDiscovery
    4751// tolua_end
    48     : public Singleton<WANDiscovery>
     52    : public Singleton<WANDiscovery>, public OrxonoxClass
    4953  { // tolua_export
    5054    friend class Singleton<WANDiscovery>;
     
    8488      /** game server list */
    8589      std::vector<packet::ServerInformation> servers_;
     90
     91      /** Function used for the configuration file parameter update */
     92      void setConfigValues();
    8693     
    8794    private:
     
    9299      MasterServerComm msc;
    93100
     101      /** master server address */
     102      std::string msaddr;
     103
    94104  }; // tolua_export
    95105
Note: See TracChangeset for help on using the changeset viewer.