Public Member Functions

ACE_Malloc_Lock_Adapter_T< ACE_Null_Mutex > Class Template Reference

Template specialization of ACE_Malloc_Lock_Adapter_T for the ACE_Null_Mutex. More...

#include <Null_Mutex.h>

List of all members.

Public Member Functions

ACE_Null_Mutexoperator() (const ACE_TCHAR *name)

Detailed Description

template<>
class ACE_Malloc_Lock_Adapter_T< ACE_Null_Mutex >

Template specialization of ACE_Malloc_Lock_Adapter_T for the ACE_Null_Mutex.

Definition at line 216 of file Null_Mutex.h.


Member Function Documentation

ACE_Null_Mutex* ACE_Malloc_Lock_Adapter_T< ACE_Null_Mutex >::operator() ( const ACE_TCHAR name  )  [inline]

Definition at line 219 of file Null_Mutex.h.

  {
    ACE_Null_Mutex *p;
    ACE_NEW_RETURN (p, ACE_Null_Mutex (name), 0);
    return p;
  }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines