Changeset 3586 in Sophya for trunk/SophyaLib/SysTools/zthread.h


Ignore:
Timestamp:
Mar 5, 2009, 2:26:06 PM (17 years ago)
Author:
ansari
Message:

Adaptation suite modif exceptions SOPHYA heritant de std::exception , Reza 05/03/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/zthread.h

    r3219 r3586  
    2323class ZThreadExc : public PException {
    2424public:
    25   explicit ZThreadExc(const string& m, int id=0) : PException(m,id) {}
     25  explicit ZThreadExc(const string& m, int id=0) throw() : PException(m,id) {}
     26  explicit ZThreadExc(const char* m, int id=0) throw() : PException(m,id) {}
    2627};
    2728
Note: See TracChangeset for help on using the changeset viewer.