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

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

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 22  Line 23 
23    
24  #include "ConditionServer.h"  #include "ConditionServer.h"
25    
26    namespace LinuxSampler {
27    
28  ConditionServer::ConditionServer() {  ConditionServer::ConditionServer() {
29      bConditionQuick = false;      bConditionQuick = false;
30      bChangeRequest  = false;      bChangeRequest  = false;
# Line 62  bool ConditionServer::Pop() { Line 65  bool ConditionServer::Pop() {
65      dmsg(3,("conditionserver:Pop() condition now: %d\n", bConditionQuick));      dmsg(3,("conditionserver:Pop() condition now: %d\n", bConditionQuick));
66      return bConditionQuick;      return bConditionQuick;
67  }  }
68    
69    } // namespace LinuxSampler

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

  ViewVC Help
Powered by ViewVC