Changeset 1828 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Dec 19, 2001, 6:53:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r1570 r1828 17 17 #include "cxxexecutor.h" 18 18 #include "cxxexecwin.h" 19 #include "contmodex.h" 19 20 20 21 #include PISTDWDG_H … … 333 334 CxxExecutor * cxxe = new CxxExecutor(this, app); 334 335 cxxexec = cxxe; 336 337 ContModExecutor *cntxx = new ContModExecutor(this, app);//_OP_ 338 cntexec = cntxx; //_OP_ 339 335 340 cxxoptwin = new CxxOptionWind(app, cxxe); 336 341 cxxexwin = new CxxExecWind(app, cxxe);
Note:
See TracChangeset
for help on using the changeset viewer.