Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2015, 12:22:27 PM (9 years ago)
Author:
landauf
Message:

moved static application paths (root, executable, modules) into new class named ApplicationPaths
moved configurable data paths (data, log, config) into new class named ConfigurablePaths
removed PathConfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/CoreConfig.cc

    r10480 r10509  
    3434#include "core/config/ConfigValueIncludes.h"
    3535#include "core/Language.h"
    36 #include "core/PathConfig.h"
     36#include "core/ApplicationPaths.h"
    3737
    3838namespace orxonox
     
    7272            .callback(static_cast<BaseWriter*>(OutputManager::getInstance().getLogWriter()), &BaseWriter::changedConfigurableAdditionalContexts);
    7373
    74         SetConfigValue(bDevMode_, PathConfig::buildDirectoryRun())
     74        SetConfigValue(bDevMode_, ApplicationPaths::buildDirectoryRun())
    7575            .description("Developer mode. If not set, hides some things from the user to not confuse him.")
    7676            .callback(this, &CoreConfig::devModeChanged);
Note: See TracChangeset for help on using the changeset viewer.