Changeset 15104 for trunk/FACT++


Ignore:
Timestamp:
03/18/13 14:56:58 (12 years ago)
Author:
tbretz
Message:
Allow to overwrite script depth (for java script procesing)
File:
1 edited

Legend:

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

    r14984 r15104  
    112112    static bool  IsScriptStopped() { return fStopScript; }
    113113    static int   GetScriptDepth() { return fScriptDepth; }
     114    static void  SetScriptDepth(unsigned int d) { fScriptDepth=d; }
    114115    static void  SetExternalInput(const std::string &inp) { fExternalInput = inp; }
    115116
Note: See TracChangeset for help on using the changeset viewer.