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

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

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

revision 3181 by schoenebeck, Sun May 14 17:08:42 2017 UTC revision 3198 by schoenebeck, Sun May 21 12:46:05 2017 UTC
# Line 1365  namespace gig { Line 1365  namespace gig {
1365       */       */
1366      class Exception : public DLS::Exception {      class Exception : public DLS::Exception {
1367          public:          public:
1368              Exception(String Message);              Exception(String format, ...);
1369                Exception(String format, va_list arg);
1370              void PrintMessage();              void PrintMessage();
1371            protected:
1372                Exception();
1373      };      };
1374    
1375  #if HAVE_RTTI  #if HAVE_RTTI

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

  ViewVC Help
Powered by ViewVC