Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

base.h

Go to the documentation of this file.
00001 /*
00002 
00003 
00004 */
00005 
00006 #include "inspircd_config.h" 
00007 #include <time.h>
00008  
00009 #ifndef __BASE_H__ 
00010 #define __BASE_H__ 
00011 
00012 
00015 class classbase
00016 {
00017  public:
00020         time_t age;
00021 
00025         classbase() { age = time(NULL); }
00026         ~classbase() { }
00027 };
00028 
00029 #endif
00030 

Generated on Sun Apr 25 00:24:05 2004 for InspIRCd by doxygen1.3-rc3