Changeset 2753 in Sophya for trunk/SophyaLib/SysTools/commander.h
- Timestamp:
- May 23, 2005, 6:20:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/commander.h
r2671 r2753 52 52 virtual ~CmdExecutor() {} ; 53 53 // keyw : Le mot cle associe , args: Arguments de la commande 54 //! command execution method for a command defined by keyword and its arguments. 54 55 virtual int Execute(string& keyw, vector<string>& args, string& toks)=0; 56 //! Return true if the command \b keyw is thread compatible 57 virtual bool IsThreadable(string const & keyw) { return false; } 55 58 }; 56 59
Note:
See TracChangeset
for help on using the changeset viewer.