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

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

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

revision 879 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
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, 2006 Christian Schoenebeck                        *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   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 27  Line 28 
28  #include "Condition.h"  #include "Condition.h"
29  #include "global.h"  #include "global.h"
30    
31    namespace LinuxSampler {
32    
33  /**  /**
34   * Thread safe condition for semi real time operation   * Thread safe condition for semi real time operation
35   *   *
# Line 135  class ConditionServer { Line 138  class ConditionServer {
138          Mutex     PushMutex;          Mutex     PushMutex;
139  };  };
140    
141    } // namespace LinuxSampler
142    
143  #endif // __CONDITIONSERVER_H__  #endif // __CONDITIONSERVER_H__

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC