/[svn]/linuxsampler/trunk/src/common/LinuxSamplerException.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/LinuxSamplerException.h

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

revision 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 216 by schoenebeck, Sun Aug 15 17:25:31 2004 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 by Benno Senoner and Christian Schoenebeck         *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 50  namespace LinuxSampler { Line 50  namespace LinuxSampler {
50                  return what();                  return what();
51              }              }
52    
53                /**
54                 * Print the cause of the exception to the standard error
55                 * output channel.
56                 */
57              void PrintMessage() {              void PrintMessage() {
58                  std::cout << what() << std::endl;                  std::cerr << what() << std::endl << std::flush;
59              }              }
60      };      };
61    

Legend:
Removed from v.53  
changed lines
  Added in v.216

  ViewVC Help
Powered by ViewVC