Changeset 11217
- Timestamp:
- 06/29/11 22:59:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.h
r11131 r11217 55 55 char **Complete(const std::vector<std::string> &v, const char *text); 56 56 57 // Wrapper for some process code58 void ProcessLine(const std::string &str);59 60 57 public: 61 58 Readline(const char *prgname); … … 95 92 int Execute(const std::string &fname); 96 93 bool IsStopped() const; 94 void ProcessLine(const std::string &str); 97 95 98 96 int GetLine() const { return fLine; }
Note:
See TracChangeset
for help on using the changeset viewer.