reSIProcate/rutil  9694
Public Member Functions
resip::ReadLock Class Reference

#include <Lock.hxx>

Inheritance diagram for resip::ReadLock:
Inheritance graph
[legend]
Collaboration diagram for resip::ReadLock:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ReadLock (Lockable &)

Detailed Description

Definition at line 36 of file Lock.hxx.


Constructor & Destructor Documentation

ReadLock::ReadLock ( Lockable lockable)

Definition at line 47 of file Lock.cxx.

   : Lock(lockable, VOCAL_READLOCK)
{
}

The documentation for this class was generated from the following files: