#include <SynchronizedObject.h>
Inheritance diagram for SynchronizedObject:
List of all members.
Synchronized object are object which members are used concurrently by mutiple threads.
This class define the class SynchronizationObject which must be subclassed to implement an actual lock.
Each instance of this class holds a pointer on a lock object.
See src/msvc6/MfcSynchronizedObject.h for an example.
0
)
Constructs a SynchronizedObject object.
[virtual]
Destructor.
[private]
Prevents the use of the copy constructor.
[private]
Prevents the use of the copy operator.
[protected, virtual]
Accept a new synchronization object for protection of this instance TestResult assumes ownership of the object.