Changeset 10276 for trunk/FACT++


Ignore:
Timestamp:
03/30/11 16:11:52 (13 years ago)
Author:
tbretz
Message:
Changed from teh default argument in Run() to an overloaded function, this keeps the thred creation in the program working without the need of giving the argument.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineImp.h

    r10273 r10276  
    9393
    9494    /// Start the mainloop
    95     int Run(bool dummy=false);
     95    int Run(bool dummy);
     96    int Run() { return Run(false); }
    9697
    9798    /// Request to stop the mainloop
Note: See TracChangeset for help on using the changeset viewer.