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/SophyaExt/FitsIOServer/fitsinoutfile.h

    r3493 r3586  
    2727class FitsIOException : public IOExc {
    2828  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) {}
    3131};
    3232
Note: See TracChangeset for help on using the changeset viewer.