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...
#include <ace/Synch_T.h> class ACE_MT_SYNCH {
public:
typedef ACE_Thread_Mutex MUTEX;
typedef ACE_Condition_Thread_Mutex CONDITION;
};
typedef ACE_Thread_Mutex MUTEX;
typedef ACE_Condition_Thread_Mutex CONDITION;