/[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 1220 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC revision 1221 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC
# Line 13  Line 13 
13  // we need an additional thread to test the Mutex class  // we need an additional thread to test the Mutex class
14  #include "../common/Thread.h"  #include "../common/Thread.h"
15    
16    using namespace LinuxSampler;
17    
18  class ConditionTest : public CppUnit::TestFixture {  class ConditionTest : public CppUnit::TestFixture {
19    
20      CPPUNIT_TEST_SUITE(ConditionTest);      CPPUNIT_TEST_SUITE(ConditionTest);

Legend:
Removed from v.1220  
changed lines
  Added in v.1221

  ViewVC Help
Powered by ViewVC