ACE
6.3.3
|
OS file locking structure. More...
#include <OS_NS_stdio.h>
Public Member Functions | |
void | dump (void) const |
Dump state of the object. More... | |
Public Attributes | |
ACE_OVERLAPPED | overlapped_ |
const ACE_TCHAR * | lockname_ |
Name of this filelock. More... | |
ACE_HANDLE | handle_ |
Handle to the underlying file. More... | |
OS file locking structure.
void ACE_OS::ace_flock_t::dump | ( | void | ) | const |
Dump state of the object.
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_ |