wefts_cleancond.h

Go to the documentation of this file.
00001 /* 00002 wefts_cleancond.h 00003 Standard cleanup for conditions. 00004 00005 $Id: wefts_cleancond.h,v 1.2 2004/03/28 21:45:40 jonnymind Exp $ 00006 --------------------------------------------- 00007 Begin : Mon, 08 Mar 2004 17:48:42 +0100 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_CLEANCOND_H 00022 #define WT_CLEANCOND_H 00023 #include <wefts_cleanup.h> 00024 #include <wefts_cond.h> 00025 00026 namespace Wefts { 00027 00042 class CondCleanup: public CleanupHandler 00043 { 00044 public: 00046 CondCleanup() {} 00047 00055 virtual void handleCleanup( int code, void *caller=0 ); 00056 }; 00057 00058 extern CondCleanup BasicConditionCleanup; 00059 00060 } 00061 00062 #endif 00063 /* end of wefts_cleancond.h */

Generated on Tue Oct 5 14:57:00 2004 for Wefts by doxygen 1.3.7