Changeset 495 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Oct 21, 1999, 8:58:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r454 r495 330 330 mCons->AddStr(s2.c_str(), PIVA_Blue, true); 331 331 SetBusy(); 332 #ifdef SANS_EVOLPLANCK 332 333 TRY { 333 334 mCmd->Interpret(s); … … 337 338 cerr << endl; 338 339 string es = PeidaExc(merr); 339 cerr << "PIStdImgApp::Process()/ Cmd->Do() Exception :" << es << " (" << merr << ")" << endl ; 340 } 341 340 cerr << "PIStdImgApp::Process()/ Cmd->Do() Exception :" << es << " (" << merr << ")" << endl ; 341 } 342 #else 343 try { 344 mCmd->Interpret(s); 345 } 346 catch ( PException exc ) { 347 fflush(stdout); 348 cout << endl; 349 cerr << endl; 350 cerr << "PIStdImgApp::Process()/ Cmd->Interpret() Exception :" << exc.Msg() << endl; 351 } 352 #endif 342 353 SetReady(); 343 354 }
Note:
See TracChangeset
for help on using the changeset viewer.