Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

wefts_rcond.h

Go to the documentation of this file.
00001 /*
00002    wefts_rcond.h
00003    Reentrant mutex + condition structure wrapper.
00004 
00005    $Id: wefts_rcond.h,v 1.5 2003/08/16 13:23:58 jonnymind Exp $
00006 ----------------------------------------------
00007    Begin      : 2003-08-02 00:10
00008    Author     : Giancarlo Niccolai
00009 
00010    Last modified because:
00011 
00012 */
00013 
00014 /**************************************************************************
00015 *   This program is free software; you can redistribute it and/or modify  *
00016 *   it under the terms of the GNU Library General Public License as       *
00017 *   published by the Free Software Foundation; either version 2.1 of the  *
00018 *   License, or (at your option) any later version.                       *
00019 ***************************************************************************/
00020 
00021 #ifndef WT_RCOND_H
00022 #define WT_RCOND_H
00023 
00024 #include <wefts_cond.h>
00025 #include <wefts_rmutex.h>
00026 
00027 
00028 namespace Wefts {
00036 class RCondition: public Condition, public RMutex
00037 {
00038 public:
00040    RCondition(): Condition( this ), RMutex() {}
00041 };
00042 
00043 }
00044 
00045 #endif
00046 /* end of wefts_rcond.h */

Generated on Mon Aug 18 05:53:37 2003 for Wefts by doxygen1.2.18