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/CorePrereqs.h

    r10479 r10509  
    132132    T orxonox_cast(U*);
    133133
     134    class ApplicationPaths;
    134135    class BaseObject;
    135136    template <class T>
     
    152153    class ConfigFileSection;
    153154    class Configurable;
     155    class ConfigurablePaths;
    154156    class ConfigValueContainer;
    155157    class Context;
     
    196198    class OrxonoxClass;
    197199    class OrxonoxInterface;
    198     class PathConfig;
    199200    struct ResourceInfo;
    200201    template <ScopeID::Value>
Note: See TracChangeset for help on using the changeset viewer.