Changeset 3586 in Sophya for trunk/SophyaLib/SysTools/zthread.h
- Timestamp:
- Mar 5, 2009, 2:26:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.h
r3219 r3586 23 23 class ZThreadExc : public PException { 24 24 public: 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) {} 26 27 }; 27 28
Note:
See TracChangeset
for help on using the changeset viewer.