Changeset 2597 in Sophya for trunk/SophyaProg/Tests


Ignore:
Timestamp:
Aug 9, 2004, 11:52:32 AM (21 years ago)
Author:
ansari
Message:

qualification complete de exception en std::exception - Reza 9 Aout 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tcmd.cc

    r2592 r2597  
    8787         << " - Msg= " << exc.Msg() << endl;
    8888  }
    89   catch (exception & e) {
     89  catch (std::exception & e) {
    9090    cerr << " exception catched : e.what()= " << e.what() << endl;
    9191  }
Note: See TracChangeset for help on using the changeset viewer.