Changeset 3586 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Mar 5, 2009, 2:26:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r3493 r3586 27 27 class FitsIOException : public IOExc { 28 28 public: 29 explicit FitsIOException(const char * m) : IOExc(m) {}30 explicit FitsIOException(const string& m) : IOExc(m) {}29 explicit FitsIOException(const char * m) throw() : IOExc(m) {} 30 explicit FitsIOException(const string& m) throw() : IOExc(m) {} 31 31 }; 32 32
Note:
See TracChangeset
for help on using the changeset viewer.