Changeset 1267 in Sophya
- Timestamp:
- Nov 1, 2000, 12:57:44 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/sopiamodule.cc
r722 r1267 32 32 sopiamoduleExecutor(); 33 33 virtual ~sopiamoduleExecutor(); 34 virtual int Execute(string& keyw, vector<string>& args );34 virtual int Execute(string& keyw, vector<string>& args, string& toks); 35 35 }; 36 36 … … 57 57 58 58 /* --Methode-- */ 59 int sopiamoduleExecutor::Execute(string& kw, vector<string>& tokens )59 int sopiamoduleExecutor::Execute(string& kw, vector<string>& tokens, string& toks) 60 60 { 61 61
Note:
See TracChangeset
for help on using the changeset viewer.