Changeset 16


Ignore:
Timestamp:
05/11/13 11:18:12 (12 years ago)
Author:
melon
Message:

Added library_error destructor that promises to throw no exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/library.hh

    r4 r16  
    102102
    103103                /**
     104                 * Destructor.
     105                 *
     106                 * It must not throw any exceptions because of the inheritance
     107                 */
     108                ~library_error() throw() {}
     109
     110                /**
    104111                 * Returns library name
    105112                 */
Note: See TracChangeset for help on using the changeset viewer.