Changeset 14085 for trunk


Ignore:
Timestamp:
06/05/12 17:30:45 (12 years ago)
Author:
tbretz
Message:
Added Lock/Unlock template
File:
1 edited

Legend:

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

    r10369 r14085  
    6363    bool Process(const std::string &str);
    6464
     65    void Lock() { }
    6566    void Run(const char * = "")
    6667    {
     
    6869        ReadlineWindow::Run();
    6970    }
     71    void Unlock() { }
    7072
    7173    WindowLog &GetStreamOut() { return wout; }
Note: See TracChangeset for help on using the changeset viewer.