2 $Id: DestructionTest1.h 301 2002-07-18 05:32:00Z tylerdauwalder $
4 This file defines a class for performing one test of BLocker
10 #ifndef DestructionTest1_H
11 #define DestructionTest1_H
13 #include "LockerTestCase.h"
16 class DestructionTest1
: public LockerTestCase
{
23 void TestThread1(void);
24 void TestThread2(void);
25 DestructionTest1(std::string name
, bool isBenaphore
);
26 virtual ~DestructionTest1();
27 static CppUnit::Test
*suite(void);