00001 /* 00002 * $Id: AutomatedGC.h,v 1.3 2003/07/22 14:58:10 mindstorm2600 Exp $ 00003 */ 00004 #include<GarbageCollector.h> 00005 #include<Thread.h> 00006 00007 #ifndef __AUTOMATED_GC_H__ 00008 #define __AUTOMATED_GC_H__ 00009 00010 namespace clawsoft{ 00011 00019 class AutomatedGC:public GarbageCollector, public Thread{ 00020 protected: 00024 Uint32 _scanperiod; 00029 bool keepscanning; 00030 public: 00035 AutomatedGC(Uint32 speriod); 00040 void startChecking(); 00045 void *run(); 00049 void stop(); 00050 }; 00051 00052 }; 00053 00054 #endif
Authors:
Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara
Powered by: