Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 29, 2009, 8:55:41 PM (15 years ago)
Author:
rgrieder
Message:
  • Added unified diff file with our changes for OIS
  • Added version info for OIS
  • Updated OIS to the newest CVS version
  • Reverted some unnecessary code changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/ois/OISException.h

    r1505 r2609  
    5858                        : eType(err), eLine(line), eFile(file), eText(str) {}
    5959
    60                 virtual const char* what() const throw()
    61             { return eText; }
     60                ~Exception() throw() {}
     61
     62                virtual const char* what() const throw();
    6263
    6364                //! The type of exception raised
Note: See TracChangeset for help on using the changeset viewer.