Changeset 2490 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Jan 2, 2004, 12:31:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2489 r2490 251 251 // RedirectStdOutErr(true); pas par defaut 252 252 253 mObjMgr = new NamedObjMgr ;254 mCmd = new PIACmd( mObjMgr,this);253 mObjMgr = new NamedObjMgr(true); 254 mCmd = new PIACmd(this); 255 255 256 256 // Pas trop de message de la part de NamedObjMgr … … 322 322 323 323 SetReady(); 324 fg_glsynlock = false; 324 325 } 325 326 … … 418 419 } 419 420 420 bool fg_gls_lock = false; 421 421 422 while (mStop) { 422 423 thr_glsyn.lock(); // <ZThread> 424 fg_glsynlock = true; 423 425 while (XtAppPending(*appctx) != 0) { 424 426 XtAppNextEvent(*appctx, &evt); 425 427 XtDispatchEvent(&evt); 426 428 } 429 fg_glsynlock = false; 427 430 thr_glsyn.unlock(); // <ZThread> 428 431 // thr_glsyn.wait();
Note:
See TracChangeset
for help on using the changeset viewer.