/[svn]/linuxsampler/trunk/src/engines/sf2/DiskThread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sf2/DiskThread.h

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

revision 3454 by iliev, Fri Oct 23 17:53:17 2009 UTC revision 3455 by persson, Sun Jan 27 10:07:54 2019 UTC
# Line 4  Line 4 
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *
6   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009-2019 Grigor Iliev                                  *
8   *                                                                         *   *                                                                         *
9   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
10   *   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 29  Line 29 
29  #include "../common/DiskThreadBase.h"  #include "../common/DiskThreadBase.h"
30  #include "InstrumentResourceManager.h"  #include "InstrumentResourceManager.h"
31    
32  namespace LinuxSampler { namespace sf2 {  namespace LinuxSampler {
33        template <>
34        LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sf2::Region, sf2::InstrumentResourceManager>::SLOT_RESERVED;
35    
36    namespace sf2 {
37    
38      class DiskThread: public LinuxSampler::DiskThreadBase< ::sf2::Region, InstrumentResourceManager> {      class DiskThread: public LinuxSampler::DiskThreadBase< ::sf2::Region, InstrumentResourceManager> {
39          protected:          protected:

Legend:
Removed from v.3454  
changed lines
  Added in v.3455

  ViewVC Help
Powered by ViewVC