blob: da65b1e950dc4fd9b5fd922b074fc8acf5d6f3dc [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>XalanMemMgrAutoPtr&lt; Type &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanMemMgrAutoPtr" -->
<p><code>#include &lt;<a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for XalanMemMgrAutoPtr&lt; Type &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanMemMgrAutoPtr__coll__graph.png" border="0" usemap="#XalanMemMgrAutoPtr_3_01Type_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="XalanMemMgrAutoPtr_3_01Type_01_4_coll__map" id="XalanMemMgrAutoPtr_3_01Type_01_4_coll__map">
<area shape="rect" id="node2" href="classXalanMemMgrAutoPtr_1_1MemMgrAutoPtrData.html" title="XalanMemMgrAutoPtr\&lt; Type \&gt;::MemMgrAutoPtrData" alt="" coords="5,5,371,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanMemMgrAutoPtr-members.html">List of all members.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classXalanMemMgrAutoPtr_1_1MemMgrAutoPtrData.html">MemMgrAutoPtrData</a>
</ul>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef XALAN_STD_QUALIFIER <br class="typebreak"/>
pair&lt; MemoryManager *, Type * &gt; <a class="el" href="classXalanMemMgrAutoPtr.html#a3ae87fec89f77d8b0cb901128659ab17">AutoPtrPairType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanMemMgrAutoPtr.html#a162ae2f90e95122840f475623521ac73">XalanMemMgrAutoPtr</a> (MemoryManager &amp;theManager, Type *ptr)
<li><a class="el" href="classXalanMemMgrAutoPtr.html#ae2e972893172910c0fddaedf4ca185da">XalanMemMgrAutoPtr</a> ()
<li><a class="el" href="classXalanMemMgrAutoPtr.html#a7740d6b15c26455f8e5bc9e27af3cc79">XalanMemMgrAutoPtr</a> (const <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt; &amp;theSource)
<li><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt; &amp; <a class="el" href="classXalanMemMgrAutoPtr.html#a6e1afdedf2b9e3d9de4c7d537740783d">operator=</a> (<a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt; &amp;theRHS)
<li><a class="el" href="classXalanMemMgrAutoPtr.html#a7b2613eb69e5a1e963ac61b2882ff039">~XalanMemMgrAutoPtr</a> ()
<li>Type &amp; <a class="el" href="classXalanMemMgrAutoPtr.html#a69a91c65653d0226a1e8afe1b68bca23">operator*</a> () const
<li>Type * <a class="el" href="classXalanMemMgrAutoPtr.html#a694fab24a6226a133361df54dd9eca3a">operator-&gt;</a> () const
<li>Type * <a class="el" href="classXalanMemMgrAutoPtr.html#a118935c38150145a0403bc7ede980f8f">get</a> () const
<li>MemoryManager * <a class="el" href="classXalanMemMgrAutoPtr.html#a2954805de259bf64406f323f1ea840c7">getMemoryManager</a> ()
<li>const MemoryManager * <a class="el" href="classXalanMemMgrAutoPtr.html#aec13fba4461a5f70510863d6179ffa19">getMemoryManager</a> () const
<li><a class="el" href="classXalanMemMgrAutoPtr_1_1MemMgrAutoPtrData.html">MemMgrAutoPtrData</a> <a class="el" href="classXalanMemMgrAutoPtr.html#a6e15a72d2c8afcf7291ed253d8bf1262">release</a> ()
<li>Type * <a class="el" href="classXalanMemMgrAutoPtr.html#a317c55f3a9a215e0da493579a2d4d329">releasePtr</a> ()
<li>void <a class="el" href="classXalanMemMgrAutoPtr.html#a0c43593554e9f8abd3f2d9ecdacb256b">reset</a> (MemoryManager *theManager=0, Type *thePointer=0)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type&gt;<br/>
class XalanMemMgrAutoPtr&lt; Type &gt;</h3>
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00046">46</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a3ae87fec89f77d8b0cb901128659ab17"></a><!-- doxytag: member="XalanMemMgrAutoPtr::AutoPtrPairType" ref="a3ae87fec89f77d8b0cb901128659ab17" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef XALAN_STD_QUALIFIER pair&lt;MemoryManager*, Type*&gt; <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::<a class="el" href="classXalanMemMgrAutoPtr.html#a3ae87fec89f77d8b0cb901128659ab17">AutoPtrPairType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00050">50</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a162ae2f90e95122840f475623521ac73"></a><!-- doxytag: member="XalanMemMgrAutoPtr::XalanMemMgrAutoPtr" ref="a162ae2f90e95122840f475623521ac73" args="(MemoryManager &amp;theManager, Type *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::<a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a> </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Type *&nbsp;</td>
<td class="paramname"> <em>ptr</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00114">114</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae2e972893172910c0fddaedf4ca185da"></a><!-- doxytag: member="XalanMemMgrAutoPtr::XalanMemMgrAutoPtr" ref="ae2e972893172910c0fddaedf4ca185da" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::<a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a> </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00121">121</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7740d6b15c26455f8e5bc9e27af3cc79"></a><!-- doxytag: member="XalanMemMgrAutoPtr::XalanMemMgrAutoPtr" ref="a7740d6b15c26455f8e5bc9e27af3cc79" args="(const XalanMemMgrAutoPtr&lt; Type &gt; &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::<a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a> </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00126">126</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7b2613eb69e5a1e963ac61b2882ff039"></a><!-- doxytag: member="XalanMemMgrAutoPtr::~XalanMemMgrAutoPtr" ref="a7b2613eb69e5a1e963ac61b2882ff039" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::~<a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a> </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00144">144</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a118935c38150145a0403bc7ede980f8f"></a><!-- doxytag: member="XalanMemMgrAutoPtr::get" ref="a118935c38150145a0403bc7ede980f8f" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">Type* <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::get </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00162">162</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2954805de259bf64406f323f1ea840c7"></a><!-- doxytag: member="XalanMemMgrAutoPtr::getMemoryManager" ref="a2954805de259bf64406f323f1ea840c7" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">MemoryManager* <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00168">168</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aec13fba4461a5f70510863d6179ffa19"></a><!-- doxytag: member="XalanMemMgrAutoPtr::getMemoryManager" ref="aec13fba4461a5f70510863d6179ffa19" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">const MemoryManager* <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00174">174</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a69a91c65653d0226a1e8afe1b68bca23"></a><!-- doxytag: member="XalanMemMgrAutoPtr::operator*" ref="a69a91c65653d0226a1e8afe1b68bca23" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">Type&amp; <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::operator* </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00150">150</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a694fab24a6226a133361df54dd9eca3a"></a><!-- doxytag: member="XalanMemMgrAutoPtr::operator&#45;&gt;" ref="a694fab24a6226a133361df54dd9eca3a" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">Type* <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::operator-&gt; </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00156">156</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a6e1afdedf2b9e3d9de4c7d537740783d"></a><!-- doxytag: member="XalanMemMgrAutoPtr::operator=" ref="a6e1afdedf2b9e3d9de4c7d537740783d" args="(XalanMemMgrAutoPtr&lt; Type &gt; &amp;theRHS)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt;Type&gt;&amp; <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::operator= </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>theRHS</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00132">132</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a6e15a72d2c8afcf7291ed253d8bf1262"></a><!-- doxytag: member="XalanMemMgrAutoPtr::release" ref="a6e15a72d2c8afcf7291ed253d8bf1262" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemMgrAutoPtr_1_1MemMgrAutoPtrData.html">MemMgrAutoPtrData</a> <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::release </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00180">180</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a317c55f3a9a215e0da493579a2d4d329"></a><!-- doxytag: member="XalanMemMgrAutoPtr::releasePtr" ref="a317c55f3a9a215e0da493579a2d4d329" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">Type* <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::releasePtr </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00190">190</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a0c43593554e9f8abd3f2d9ecdacb256b"></a><!-- doxytag: member="XalanMemMgrAutoPtr::reset" ref="a0c43593554e9f8abd3f2d9ecdacb256b" args="(MemoryManager *theManager=0, Type *thePointer=0)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanMemMgrAutoPtr.html">XalanMemMgrAutoPtr</a>&lt; Type &gt;::reset </td>
<td>(</td>
<td class="paramtype">MemoryManager *&nbsp;</td>
<td class="paramname"> <em>theManager</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Type *&nbsp;</td>
<td class="paramname"> <em>thePointer</em> = <code>0</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html#l00198">198</a> of file <a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanMemMgrAutoPtr_8hpp_source.html">XalanMemMgrAutoPtr.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>