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

base.h

Go to the documentation of this file.
00001 /*
00002 
00003 $Log$
00003 Revision 1.1  2003/01/26 23:52:47  brain
00003 Modified documentation for base classes
00003 
00004 
00005 */
00006 
00007 #include "inspircd_config.h" 
00008 #include <time.h>
00009  
00010 #ifndef __BASE_H__ 
00011 #define __BASE_H__ 
00012  
00013 class classbase
00014 {
00015  public:
00016         time_t age;
00017 
00018         classbase() { age = time(NULL); }
00019         ~classbase() { }
00020 };
00021 
00022 #endif
00023 

Generated on Sun Jan 26 23:45:47 2003 for InspIRCd by doxygen1.3-rc2