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

Diff of /linuxsampler/trunk/src/engines/EngineChannelFactory.h

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

revision 2323 by iliev, Sat Jan 24 14:32:35 2009 UTC revision 2324 by persson, Sun Mar 4 09:01:32 2012 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2012 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program 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 61  namespace LinuxSampler { Line 61  namespace LinuxSampler {
61               */               */
62              static void SetDeleteEnabled(const EngineChannel* pEngineChannel, bool enable);              static void SetDeleteEnabled(const EngineChannel* pEngineChannel, bool enable);
63    
64                static Mutex EngineChannelsMutex;
65    
66          private:          private:
67              static Mutex LockedChannelsMutex;              static Mutex LockedChannelsMutex;
68      };      };

Legend:
Removed from v.2323  
changed lines
  Added in v.2324

  ViewVC Help
Powered by ViewVC