NAME

ACE_NULL_SYNCH - Implement a do nothing Synchronization wrapper that typedefs the ACE_Condition and ACE_Mutex to the Null* versions.

SYNOPSIS


#include <ace/Synch_T.h>


class ACE_NULL_SYNCH
{
  public:
    typedef ACE_Null_Mutex MUTEX;
    typedef ACE_Null_Condition_Mutex CONDITION;
};

PUBLIC MEMBERS

typedef ACE_Null_Mutex MUTEX;
typedef ACE_Null_Condition_Mutex CONDITION;

AUTHOR

Doug Schmidt

LIBRARY

ace