Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 5, 2015, 5:32:40 PM (9 years ago)
Author:
landauf
Message:

wrap CommandLineArguments in StaticallyInitializedInstances

File:
1 edited

Legend:

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

    r10343 r10345  
    6060#include "util/SignalHandler.h"
    6161#include "PathConfig.h"
    62 #include "commandline/CommandLineParser.h"
     62#include "commandline/CommandLineIncludes.h"
    6363#include "config/ConfigFileManager.h"
    6464#include "config/ConfigValueIncludes.h"
     
    140140        }
    141141
     142        // TODO: initialize CommandLineParser here
    142143        ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
    143144
Note: See TracChangeset for help on using the changeset viewer.