/[svn]/linuxsampler/trunk/src/engines/InstrumentManagerThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/InstrumentManagerThread.cpp

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

revision 1038 by persson, Sat Feb 3 15:33:00 2007 UTC revision 1040 by schoenebeck, Wed Feb 7 15:41:31 2007 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2007 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
6   *   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 105  namespace LinuxSampler { Line 105  namespace LinuxSampler {
105                          default:                          default:
106                              std::cerr << "InstrumentManagerThread: unknown command - BUG!\n" << std::flush;                              std::cerr << "InstrumentManagerThread: unknown command - BUG!\n" << std::flush;
107                      }                      }
108                  }                  } catch (Exception e) {
                 catch (Exception e) {  
109                      e.PrintMessage();                      e.PrintMessage();
110                    } catch (...) {
111                        std::cerr << "InstrumentManagerThread: some exception occured, could not finish task\n" << std::flush;
112                  }                  }
113    
114                  // remove processed command from queue                  // remove processed command from queue

Legend:
Removed from v.1038  
changed lines
  Added in v.1040

  ViewVC Help
Powered by ViewVC