From d9b89849e032c9b114136274bdcb8be698e9a71c Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Jan 2003 00:22:39 +0000 Subject: Modified documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@155 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/base_8h-source.html | 48 ++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 22 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 fe451b786..f8cf5a586 100644 --- a/docs/module-doc/base_8h-source.html +++ b/docs/module-doc/base_8h-source.html @@ -9,30 +9,34 @@

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 Revision 1.2  2003/01/27 00:22:39  brain
+00003 Modified documentation
 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 };
+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:
+00020         time_t age;
 00021 
-00022 #endif
-00023 
-

Generated on Sun Jan 26 23:45:47 2003 for InspIRCd by +00022 classbase() { age = time(NULL); } +00023 ~classbase() { } +00024 }; +00025 +00026 #endif +00027 +
Generated on Mon Jan 27 00:16:40 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3