Changeset 2755 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- May 23, 2005, 6:33:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2677 r2755 366 366 Commander::SetCurrentPrompt(pr); 367 367 if (mImgApp) { 368 ZSync (mImgApp->getMutex());368 ZSync zs(mImgApp->getMutex()); zs.NOp(); 369 369 mImgApp->GetConsole()->SetPrompt(pr); 370 370 } … … 378 378 char va = (att == 0) ? 0 : PIVA_Magenta; 379 379 if (mImgApp) { 380 ZSync(mImgApp->getMutex()); 380 ZSync(mImgApp->getMutex()); zs.NOp(); 381 381 mImgApp->GetConsole()->AddStr(msg, va); 382 382 }
Note:
See TracChangeset
for help on using the changeset viewer.