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

Diff of /linuxsampler/trunk/src/testcases/ThreadTest.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 53  class ThreadTest : public CppUnit::TestF Line 53  class ThreadTest : public CppUnit::TestF
53              public:              public:
54                  WaitingThread();                  WaitingThread();
55                  int Main();                  int Main();
56                    using Thread::SignalStartThread; // make method public
57              private:              private:
58                  LinuxSampler::Condition condition;                  LinuxSampler::Condition condition;
59          };          };

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

  ViewVC Help
Powered by ViewVC