Changeset 2673 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Apr 19, 2005, 8:56:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2651 r2673 448 448 CmdInterpreter()->start(); 449 449 450 // Soumission de la commande exterieur a executer451 if (fg_exc_cmd) {452 fg_exc_cmd = false;453 }454 450 455 451 … … 462 458 XtAppNextEvent(*appctx, &evt); 463 459 XtDispatchEvent(&evt); 460 // Soumission de la commande exterieur a executer 461 if (fg_exc_cmd) { 462 fg_exc_cmd = false; 463 CmdInterpreter()->AddInputLine(exc_command); 464 } 464 465 nevtproc++; 465 466 if (nevtproc >= 200) break;
Note:
See TracChangeset
for help on using the changeset viewer.