From 08e384bb24398224856c44baa51b51977644de9d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:49:00 +0000 Subject: Documentation update, 09/02/03 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/base_8h-source.html | 45 ++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 26 deletions(-) (limited to 'docs/module-doc/base_8h-source.html') diff --git a/docs/module-doc/base_8h-source.html b/docs/module-doc/base_8h-source.html index d98c95631..5580e7e0a 100644 --- a/docs/module-doc/base_8h-source.html +++ b/docs/module-doc/base_8h-source.html @@ -8,35 +8,28 @@ 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.3  2003/01/27 00:28:57  brain
-00003 ...
 00003 
-00004 Revision 1.1  2003/01/26 23:52:59  brain
-00005 Modified documentation for base classes
-00006 Added base classes
-00007 
-00008 
-00009 */
-00010 
-00011 #include "inspircd_config.h" 
-00012 #include <time.h>
-00013  
-00014 #ifndef __BASE_H__ 
-00015 #define __BASE_H__ 
-00016  
-00017 class classbase
-00018 {
-00019  public:
+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 
-00022         classbase() { age = time(NULL); }
-00023         ~classbase() { }
-00024 };
-00025 
-00026 #endif
-00027 
-

Generated on Mon Jan 27 00:23:10 2003 for InspIRCd by +00025 classbase() { age = time(NULL); } +00026 ~classbase() { } +00027 }; +00028 +00029 #endif +00030 +
Generated on Sun Feb 9 12:48:15 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3