Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ACE_Acquire_Method Class Reference

An enum class. More...

#include <Reverse_Lock_T.h>

List of all members.

Public Types

enum  METHOD_TYPE { ACE_REGULAR, ACE_READ, ACE_WRITE }


Detailed Description

An enum class.

These enums should have been inside the reverse lock class, but some lame compilers cannot handle enums inside template classes.

The METHOD_TYPE is used to indicate which acquire() method will be called on the real lock when the release() method is called on the reverse lock. REGULAR indicated the acquire() method, READ indicates the acquire_read() method, and WRITE indicates the acquire_write() method. Note that the try_*() methods are not represented here because we have to make sure that the release() method on the reverse lock acquires a lock on the real lock.


Member Enumeration Documentation

enum ACE_Acquire_Method::METHOD_TYPE
 

Enumeration values:
ACE_REGULAR 
ACE_READ 
ACE_WRITE 


The documentation for this class was generated from the following file:
Generated on Fri Apr 2 16:46:11 2004 for ACE by doxygen1.2.18