Template specialization of ACE_Malloc_Lock_Adapter_T for the ACE_Null_Mutex. More...
#include <Null_Mutex.h>
Public Member Functions | |
| ACE_Null_Mutex * | operator() (const ACE_TCHAR *name) |
Template specialization of ACE_Malloc_Lock_Adapter_T for the ACE_Null_Mutex.
Definition at line 216 of file Null_Mutex.h.
| 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;
}
1.7.0