Ignore:
Timestamp:
05/31/12 19:14:17 (12 years ago)
Author:
tbretz
Message:
If no exit code is given explicitly, assume that everything was ok.
File:
1 edited

Legend:

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

    r14005 r14008  
    113113
    114114    /// Request to stop the mainloop
    115     void Stop(int code=1);
     115    void Stop(int code=0);
    116116
    117117    /// Used to check if the main loop is already running or still running
Note: See TracChangeset for help on using the changeset viewer.