Changeset 2753 in Sophya for trunk/SophyaLib/SysTools/commander.cc
- Timestamp:
- May 23, 2005, 6:20:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/commander.cc
r2680 r2753 1925 1925 if ((*it).second.cex) { 1926 1926 // Doit-on l'executer sous forme de thread separe ? 1927 if ((args.size()>0) && (args[args.size()-1] == "&")) { 1927 if ( (args.size()>0) && (args[args.size()-1] == "&") && 1928 ((*it).second.cex->IsThreadable(keyw)) ) { 1928 1929 ThrId++; 1929 1930 CommandExeThr * thr = new CommandExeThr(ThrId, (*it).second.cex, keyw, args, toks);
Note:
See TracChangeset
for help on using the changeset viewer.