/[svn]/linuxsampler/trunk/src/testcases/ConditionTest.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/ConditionTest.cpp

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

revision 502 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC revision 503 by schoenebeck, Fri Apr 29 20:43:07 2005 UTC
# Line 9  using namespace std; Line 9  using namespace std;
9    
10  // ConditionChecker  // ConditionChecker
11    
12  ConditionTest::ConditionChecker::ConditionChecker(bool waitFor) : Thread(false, 0, -4) {  ConditionTest::ConditionChecker::ConditionChecker(bool waitFor) : Thread(false, false, 0, -4) {
13      resource = 0;      resource = 0;
14      this->waitFor = waitFor;      this->waitFor = waitFor;
15  }  }
# Line 22  int ConditionTest::ConditionChecker::Mai Line 22  int ConditionTest::ConditionChecker::Mai
22    
23  // ConditionSetter  // ConditionSetter
24    
25  ConditionTest::ConditionSetter::ConditionSetter(Condition* condition, bool toSet) : Thread(false, 0, -4) {  ConditionTest::ConditionSetter::ConditionSetter(Condition* condition, bool toSet) : Thread(false, false, 0, -4) {
26      resource = 0;      resource = 0;
27      this->toSet = toSet;      this->toSet = toSet;
28      this->condition = condition;      this->condition = condition;

Legend:
Removed from v.502  
changed lines
  Added in v.503

  ViewVC Help
Powered by ViewVC