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

    r10479 r10509  
    9191            void setThreadAffinity(int limitToCPU);
    9292
    93             PathConfig*               pathConfig_;
     93            ApplicationPaths*         applicationPaths_;
     94            ConfigurablePaths*        configurablePaths_;
    9495            DynLibManager*            dynLibManager_;
    9596            SignalHandler*            signalHandler_;
Note: See TracChangeset for help on using the changeset viewer.