NAME

ACE_MT_SYNCH - Implement a default thread safe synchronization wrapper that typedefs the ACE_Condition and ACE_Mutex to the ACE_Condition and ACE_Mutex versions. Note that this should be a template, but SunC++ 4.0.1 complains about this...

SYNOPSIS


#include <ace/Synch_T.h>


class ACE_MT_SYNCH
{
  public:
    typedef ACE_Thread_Mutex MUTEX;
    typedef ACE_Condition_Thread_Mutex CONDITION;
};

PUBLIC MEMBERS

typedef ACE_Thread_Mutex MUTEX;
typedef ACE_Condition_Thread_Mutex CONDITION;

AUTHOR

Doug Schmidt

LIBRARY

ace