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

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

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

revision 3547 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC revision 3548 by schoenebeck, Wed Jul 31 09:35:10 2019 UTC
# Line 34  class ConditionTest : public CppUnit::Te Line 34  class ConditionTest : public CppUnit::Te
34    
35                  ConditionChecker(bool waitFor);                  ConditionChecker(bool waitFor);
36                  int Main();                  int Main();
37                    using Thread::SignalStartThread; // make method public
38              protected:              protected:
39                  bool waitFor;                  bool waitFor;
40          };          };
# Line 46  class ConditionTest : public CppUnit::Te Line 47  class ConditionTest : public CppUnit::Te
47    
48                  ConditionSetter(Condition* condition, bool toSet);                  ConditionSetter(Condition* condition, bool toSet);
49                  int Main();                  int Main();
50                    using Thread::SignalStartThread; // make method public
51              private:              private:
52                  bool toSet;                  bool toSet;
53          };          };

Legend:
Removed from v.3547  
changed lines
  Added in v.3548

  ViewVC Help
Powered by ViewVC