Changeset 709 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Jan 21, 2000, 5:59:42 PM (26 years ago)
Author:
ercodmgr
Message:

petites Corrections diverses - Reza 21/01/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r692 r709  
    377377    mCmd->Interpret(s);
    378378    } 
    379   catch ( PException exc ) {
    380     fflush(stdout);
     379  catch ( PThrowable exc ) {
    381380    cout << endl;
    382381    cerr << endl;
    383     cerr << "PIStdImgApp::Process()/ Cmd->Interpret()  Exception :" << exc.Msg() << endl;
     382    cerr << "PIStdImgApp::Process()/ Cmd->Interpret() Exception :" << exc.Msg() << endl;
    384383  }
    385384#endif
Note: See TracChangeset for help on using the changeset viewer.