Changeset 709 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Jan 21, 2000, 5:59:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r692 r709 377 377 mCmd->Interpret(s); 378 378 } 379 catch ( PException exc ) { 380 fflush(stdout); 379 catch ( PThrowable exc ) { 381 380 cout << endl; 382 381 cerr << endl; 383 cerr << "PIStdImgApp::Process()/ Cmd->Interpret() 382 cerr << "PIStdImgApp::Process()/ Cmd->Interpret() Exception :" << exc.Msg() << endl; 384 383 } 385 384 #endif
Note:
See TracChangeset
for help on using the changeset viewer.