Changeset 1268 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Nov 1, 2000, 1:01:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r1262 r1268 25 25 virtual ~CmdExecutor() {} ; 26 26 // keyw : Le mot cle associe , args: Arguments de la commande 27 virtual int Execute(string& keyw, vector<string>& args )=0;27 virtual int Execute(string& keyw, vector<string>& args, string& toks)=0; 28 28 }; 29 29 … … 80 80 virtual int Interpret(string& line); 81 81 virtual int ParseLineExecute(string& line); 82 virtual int ExecuteCommand(string& keyw, vector<string>& args );82 virtual int ExecuteCommand(string& keyw, vector<string>& args, string& toks); 83 83 virtual int ExecFile(string& file, vector<string>& args); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.