]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/base_8h-source.html
Added new documentation for XLine etc
[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="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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"></span>
12 00004 <span class="comment">*/</span>
13 00005 
14 00006 <span class="preprocessor">#include "inspircd_config.h"</span> 
15 00007 <span class="preprocessor">#include &lt;time.h&gt;</span>
16 00008  
17 00009 <span class="preprocessor">#ifndef __BASE_H__ </span>
18 00010 <span class="preprocessor"></span><span class="preprocessor">#define __BASE_H__ </span>
19 00011 <span class="preprocessor"></span>
20 00012 
21 <a name="l00015"></a><a class="code" href="classclassbase.html">00015</a> <span class="keyword">class </span><a class="code" href="classclassbase.html">classbase</a>
22 00016 {
23 00017  <span class="keyword">public</span>:
24 <a name="l00020"></a><a class="code" href="classclassbase.html#m0">00020</a>         time_t <a class="code" href="classclassbase.html#m0">age</a>;
25 00021 
26 <a name="l00025"></a><a class="code" href="classclassbase.html#a0">00025</a>         <a class="code" href="classclassbase.html#a0">classbase</a>() { age = time(NULL); }
27 <a name="l00026"></a><a class="code" href="classclassbase.html#a1">00026</a>         <a class="code" href="classclassbase.html#a1">~classbase</a>() { }
28 00027 };
29 00028 
30 00029 <span class="preprocessor">#endif</span>
31 00030 <span class="preprocessor"></span>
32 </pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 25 00:24:05 2004 for InspIRCd by
33 <a href="http://www.doxygen.org/index.html">
34 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
35 width=110 height=53></a>1.3-rc3 </small></address>
36 </body>
37 </html>