Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Win32SemaphorePeer Class Reference

Class Win32SemaphorePeer. More...

#include <Win32SemaphorePeer.h>

Inheritance diagram for VCF::Win32SemaphorePeer:

VCF::SemaphorePeer List of all members.

Public Member Functions

 Win32SemaphorePeer (int32 initialCount, int32 maxCount)
virtual ~Win32SemaphorePeer ()
virtual bool lock ()
virtual bool lock (uint32 timeoutInMilliseconds)
virtual bool unlock ()
virtual OSHandleID getHandleID ()

Protected Attributes

HANDLE hObject_

Detailed Description

Class Win32SemaphorePeer.

Author:
Tiziano Franzoi, Nov 15, 2001


Constructor & Destructor Documentation

VCF::Win32SemaphorePeer::Win32SemaphorePeer int32  initialCount,
int32  maxCount
 

virtual VCF::Win32SemaphorePeer::~Win32SemaphorePeer  )  [virtual]
 


Member Function Documentation

virtual OSHandleID VCF::Win32SemaphorePeer::getHandleID  )  [inline, virtual]
 

Implements VCF::SemaphorePeer.

virtual bool VCF::Win32SemaphorePeer::lock uint32  timeoutInMilliseconds  )  [virtual]
 

Implements VCF::SemaphorePeer.

virtual bool VCF::Win32SemaphorePeer::lock  )  [virtual]
 

Implements VCF::SemaphorePeer.

virtual bool VCF::Win32SemaphorePeer::unlock  )  [virtual]
 

Implements VCF::SemaphorePeer.


Member Data Documentation

HANDLE VCF::Win32SemaphorePeer::hObject_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information