Changeset 3366 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Oct 30, 2007, 1:57:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r3355 r3366 237 237 fg_exc_cmd = false; 238 238 mCmd = NULL; // Avant d'appeler UpdateStatResource() si PIACmd non cree 239 mSopex = NULL; 239 240 UpdateStatResourceInfo(); 240 241 resupd_periodic = new SIA_RU__Periodic(this); … … 263 264 mObjMgr = new NamedObjMgr(true); 264 265 mCmd = new PIACmd(this); 266 mSopex = new SOpExObj(this); 265 267 266 268 // Pas trop de message de la part de NamedObjMgr … … 468 470 // Demarrage du thread de l'interpreteur 469 471 CmdInterpreter()->start(); 470 472 // Demarrage du thread de l'executeur de commandes simples 473 getSOpExObj()->start(); 471 474 472 475 … … 2018 2021 case 10270 : 2019 2022 if (mCurWdg) { 2020 int oid = mCurWdg->UserFlag();2021 //RZDEL-Mai2005 DeleteWidget(mCurWdg);2022 mObjMgr->DelObj_Id(oid);2023 string ssob = "DEL "; 2024 ssob += mCurWdg->Nom(); 2025 getSOpExObj()->AddOpe(ssob); 2023 2026 } 2024 2027 break;
Note:
See TracChangeset
for help on using the changeset viewer.