Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2015, 8:47:52 PM (10 years ago)
Author:
landauf
Message:

added unload() function to StaticallyInitializedInstance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h

    r10353 r10404  
    6363                { CommandLineParser::addArgument(this->argument_); }
    6464
     65            virtual void unload()
     66                { CommandLineParser::removeArgument(this->argument_); }
     67
    6568            inline CommandLineArgument& getArgument()
    6669                { return *this->argument_; }
Note: See TracChangeset for help on using the changeset viewer.