Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 11:52:25 PM (9 years ago)
Author:
landauf
Message:

statically initialized instances are now registered with a type. CoreStaticInitializationHandler initializes all instances in core, NetworkStaticInitializationHandler initializes all instances in network.

File:
1 edited

Legend:

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

    r10530 r10535  
    5959        public:
    6060            StaticallyInitializedCommandLineArgument(CommandLineArgument* argument)
    61                 : StaticallyInitializedInstance(0)
     61                : StaticallyInitializedInstance(StaticInitialization::COMMAND_LINE_ARGUMENT)
    6262                , argument_(argument)
    6363            {}
Note: See TracChangeset for help on using the changeset viewer.