Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2013, 11:05:13 PM (11 years ago)
Author:
landauf
Message:

made some classes (mostly singletons) inherit from Configurable instead of OrxonoxClass when they only need the config value facilities

File:
1 edited

Legend:

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

    r9563 r9578  
    3232#include "packet/ServerInformation.h"
    3333#include "core/CoreIncludes.h"
    34 #include "core/class/OrxonoxClass.h"
     34#include "core/config/Configurable.h"
    3535#include "core/config/ConfigValueIncludes.h"
    3636#include "MasterServerComm.h"
     
    4747  class _NetworkExport WANDiscovery
    4848// tolua_end
    49     : public OrxonoxClass
     49    : public Configurable
    5050  { // tolua_export
    5151    public:
Note: See TracChangeset for help on using the changeset viewer.