openikev2::Condition Class Reference

This abstract class represents a Condition, used to synchronize Threads. More...

#include <condition.h>

Inheritance diagram for openikev2::Condition:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void wait ()=0
 Wait until notify() is executed.
virtual void notify ()=0
 Wake up one of the Threads waiting on this Condition.
virtual void acquire ()=0
 Locks the internal Mutex.
virtual void release ()=0
 Unlocks the internal Mutex.

Detailed Description

This abstract class represents a Condition, used to synchronize Threads.

Author:
Pedro J. Fernandez Ruiz, Alejandro Perez Mendez <pedroj.fernandez@dif.um.es, alejandro_perez@dif.um.es>


Generated on Fri Jul 27 11:04:50 2007 for libopenikev2 by  doxygen 1.5.1