/[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 215 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 216 by schoenebeck, Sun Aug 15 17:25:31 2004 UTC
# 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.215  
changed lines
  Added in v.216

  ViewVC Help
Powered by ViewVC