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

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

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

revision 63 by schoenebeck, Tue May 4 18:52:24 2004 UTC revision 211 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC
# Line 4  Line 4 
4    
5  CPPUNIT_TEST_SUITE_REGISTRATION(MutexTest);  CPPUNIT_TEST_SUITE_REGISTRATION(MutexTest);
6    
7    using namespace std;
8    
9    
10  // ConcurrentThread  // ConcurrentThread
11    
# Line 34  int MutexTest::DummyThread::Main() { Line 36  int MutexTest::DummyThread::Main() {
36    
37  // MutexTest  // MutexTest
38    
39    void MutexTest::printTestSuiteName() {
40        cout << "\b \nRunning Mutex Tests: " << flush;
41    }
42    
43  void MutexTest::setUp() {  void MutexTest::setUp() {
44  }  }
45    

Legend:
Removed from v.63  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC