Implement a do nothing ACE_Mutex, i.e., all the methods are no ops.  
 More...
#include <Null_Mutex.h>
Implement a do nothing ACE_Mutex, i.e., all the methods are no ops. 
  
  | 
        
          | ACE_Null_Mutex::ACE_Null_Mutex | ( | const ACE_TCHAR * | = 0 | ) |  |  | inline | 
 
 
  
  | 
        
          | ACE_Null_Mutex::~ACE_Null_Mutex | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::acquire | ( | void |  | ) |  |  | inline | 
 
 
Return -1 with errno == ETIME. 
 
 
Return -1 with errno == ETIME. 
 
 
  
  | 
        
          | int ACE_Null_Mutex::acquire_read | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::acquire_write | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | void ACE_Null_Mutex::dump | ( | void |  | ) | const |  | inline | 
 
Dump the state of an object. 
 
 
  
  | 
        
          | int ACE_Null_Mutex::release | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::remove | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::tryacquire | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::tryacquire_read | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::tryacquire_write | ( | void |  | ) |  |  | inline | 
 
 
  
  | 
        
          | int ACE_Null_Mutex::tryacquire_write_upgrade | ( | void |  | ) |  |  | inline | 
 
 
      
        
          | int ACE_Null_Mutex::lock_ | 
      
 
Declare the dynamic allocation hooks. 
 
 
The documentation for this class was generated from the following file: