Changeset 1920 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Mar 6, 2002, 5:50:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r1828 r1920 18 18 #include "cxxexecwin.h" 19 19 #include "contmodex.h" 20 #include "flowmodex.h" 20 21 21 22 #include PISTDWDG_H … … 337 338 ContModExecutor *cntxx = new ContModExecutor(this, app);//_OP_ 338 339 cntexec = cntxx; //_OP_ 340 FlowModExecutor *flwxx = new FlowModExecutor(this, app);//_OP_ 341 flwexec = flwxx; //_OP_ 339 342 340 343 cxxoptwin = new CxxOptionWind(app, cxxe);
Note:
See TracChangeset
for help on using the changeset viewer.