Changeset 11217


Ignore:
Timestamp:
06/29/11 22:59:42 (13 years ago)
Author:
tbretz
Message:
Made ProcessLine a public function to allow for --cmd command.
File:
1 edited

Legend:

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

    r11131 r11217  
    5555    char **Complete(const std::vector<std::string> &v, const char *text);
    5656
    57     // Wrapper for some process code
    58     void ProcessLine(const std::string &str);
    59 
    6057public:
    6158    Readline(const char *prgname);
     
    9592    int          Execute(const std::string &fname);
    9693    bool         IsStopped() const;
     94    void         ProcessLine(const std::string &str);
    9795
    9896    int GetLine() const { return fLine; }
Note: See TracChangeset for help on using the changeset viewer.