]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/base_8h-source.html
Modified documentation for base classes
[user/henk/code/inspircd.git] / docs / module-doc / base_8h-source.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>base.h Source File</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc2 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>base.h</h1><a href="base_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span>
10 00002 <span class="comment"></span>
11 00003 <span class="comment">$Log$
12 00003 <span class="comment">Revision 1.1  2003/01/26 23:52:47  brain
13 00003 <span class="comment">Modified documentation for base classes
14 00003 <span class="comment"></span>
15 00004 <span class="comment"></span>
16 00005 <span class="comment">*/</span>
17 00006 
18 00007 <span class="preprocessor">#include "inspircd_config.h"</span> 
19 00008 <span class="preprocessor">#include &lt;time.h&gt;</span>
20 00009  
21 00010 <span class="preprocessor">#ifndef __BASE_H__ </span>
22 00011 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span>
23 00012 <span class="preprocessor"></span> 
24 <a name="l00013"></a><a class="code" href="classclassbase.html">00013</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a>
25 00014 {
26 00015  <span class="keyword">public</span>:
27 <a name="l00016"></a><a class="code" href="classclassbase.html#m0">00016</a>         time_t <a class="code" href="classclassbase.html#m0">age</a>;
28 00017 
29 <a name="l00018"></a><a class="code" href="classclassbase.html#a0">00018</a>         <a class="code" href="classclassbase.html#a0">classbase</a>() { age = time(NULL); }
30 <a name="l00019"></a><a class="code" href="classclassbase.html#a1">00019</a>         <a class="code" href="classclassbase.html#a1">~classbase</a>() { }
31 00020 };
32 00021 
33 00022 <span class="preprocessor">#endif</span>
34 00023 <span class="preprocessor"></span>
35 </pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 26 23:45:47 2003 for InspIRCd by
36 <a href="http://www.doxygen.org/index.html">
37 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
38 width=110 height=53></a>1.3-rc2 </small></address>
39 </body>
40 </html>