/[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 2922 by schoenebeck, Wed May 18 18:04:49 2016 UTC revision 3198 by schoenebeck, Sun May 21 12:46:05 2017 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   libgig - C++ cross-platform Gigasampler format file access library    *   *   libgig - C++ cross-platform Gigasampler format file access library    *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2016 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2017 by Christian Schoenebeck                      *
6   *                              <cuse@users.sourceforge.net>               *   *                              <cuse@users.sourceforge.net>               *
7   *                                                                         *   *                                                                         *
8   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
# Line 552  namespace DLS { Line 552  namespace DLS {
552       */       */
553      class Exception : public RIFF::Exception {      class Exception : public RIFF::Exception {
554          public:          public:
555              Exception(String Message);              Exception(String format, ...);
556                Exception(String format, va_list arg);
557              void PrintMessage();              void PrintMessage();
558            protected:
559                Exception();
560      };      };
561    
562      String libraryName();      String libraryName();

Legend:
Removed from v.2922  
changed lines
  Added in v.3198

  ViewVC Help
Powered by ViewVC