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

#include <Lock.hxx>

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

List of all members.

Public Member Functions

 WriteLock (Lockable &)

Detailed Description

Definition at line 42 of file Lock.hxx.


Constructor & Destructor Documentation

WriteLock::WriteLock ( Lockable lockable)

Definition at line 52 of file Lock.cxx.

   : Lock(lockable, VOCAL_WRITELOCK)
{
}

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