/[svn]/libgig/trunk/src/DLS.h
ViewVC logotype

Diff of /libgig/trunk/src/DLS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1092 by schoenebeck, Fri Mar 2 01:04:45 2007 UTC revision 1093 by schoenebeck, Sun Mar 11 17:44:31 2007 UTC
# Line 508  namespace DLS { Line 508  namespace DLS {
508              void __UpdateWavePoolTable();              void __UpdateWavePoolTable();
509      };      };
510    
511      /** Will be thrown whenever a DLS specific error occurs while trying to access a DLS File. */      /**
512         * Will be thrown whenever a DLS specific error occurs while trying to
513         * access a DLS File. Note: In your application you should better catch
514         * for RIFF::Exception rather than this one, except you explicitly want
515         * to catch and handle DLS::Exception and RIFF::Exception independently,
516         * which usually shouldn't be necessary though.
517         */
518      class Exception : public RIFF::Exception {      class Exception : public RIFF::Exception {
519          public:          public:
520              Exception(String Message);              Exception(String Message);

Legend:
Removed from v.1092  
changed lines
  Added in v.1093

  ViewVC Help
Powered by ViewVC