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

ACE_OS::ace_flock_t Class Reference

OS file locking structure. More...

#include <OS.h>

Collaboration diagram for ACE_OS::ace_flock_t:

Collaboration graph
[legend]
List of all members.

Public Methods

void dump (void) const
 Dump state of the object.


Public Attributes

ACE_OVERLAPPED overlapped_
const ACE_TCHARlockname_
 Name of this filelock.

ACE_HANDLE handle_
 Handle to the underlying file.


Detailed Description

OS file locking structure.


Member Function Documentation

void ACE_OS::ace_flock_t::dump ( void ) const
 

Dump state of the object.


Member Data Documentation

ACE_HANDLE ACE_OS::ace_flock_t::handle_
 

Handle to the underlying file.

const ACE_TCHAR * ACE_OS::ace_flock_t::lockname_
 

Name of this filelock.

ACE_OVERLAPPED ACE_OS::ace_flock_t::overlapped_
 


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:02:06 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000