]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/base_8h-source.html
Modified documentation
[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.2  2003/01/27 00:22:39  brain
13 00003 <span class="comment">Modified documentation
14 00003 <span class="comment"></span>
15 00004 <span class="comment">Revision 1.1  2003/01/26 23:52:59  brain</span>
16 00005 <span class="comment">Modified documentation for base classes</span>
17 00006 <span class="comment">Added base classes</span>
18 00007 <span class="comment"></span>
19 00008 <span class="comment"></span>
20 00009 <span class="comment">*/</span>
21 00010 
22 00011 <span class="preprocessor">#include "inspircd_config.h"</span> 
23 00012 <span class="preprocessor">#include &lt;time.h&gt;</span>
24 00013  
25 00014 <span class="preprocessor">#ifndef __BASE_H__ </span>
26 00015 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span>
27 00016 <span class="preprocessor"></span> 
28 <a name="l00017"></a><a class="code" href="classclassbase.html">00017</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a>
29 00018 {
30 00019  <span class="keyword">public</span>:
31 <a name="l00020"></a><a class="code" href="classclassbase.html#m0">00020</a>         time_t <a class="code" href="classclassbase.html#m0">age</a>;
32 00021 
33 <a name="l00022"></a><a class="code" href="classclassbase.html#a0">00022</a>         <a class="code" href="classclassbase.html#a0">classbase</a>() { age = time(NULL); }
34 <a name="l00023"></a><a class="code" href="classclassbase.html#a1">00023</a>         <a class="code" href="classclassbase.html#a1">~classbase</a>() { }
35 00024 };
36 00025 
37 00026 <span class="preprocessor">#endif</span>
38 00027 <span class="preprocessor"></span>
39 </pre></div><hr><address style="align: right;"><small>Generated on Mon Jan 27 00:16:40 2003 for InspIRCd by
40 <a href="http://www.doxygen.org/index.html">
41 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
42 width=110 height=53></a>1.3-rc2 </small></address>
43 </body>
44 </html>