Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2fbc6fbd332afd87175dad548cb7f4c2 > files > 141

mimetic-devel-0.9.6-1.fc12.i686.rpm

<HTML>
<HEAD>
<TITLE>mimetic 0.9.6: mimetic: body.h Source File</TITLE>
<LINK HREF="../doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<table bgcolor=lightblue>
<tr>
<td>
<a class="qindex" href="index.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="examples.html">Examples</a> &nbsp; 
<!--
<a class="qindex" href="files.html">File List</a> &nbsp; 
<a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; 
<a class="qindex" href="functions.html">Compound Members</a> &nbsp; 
-->
</td>
</tr>
</table>








<!-- Generated by Doxygen 1.6.1 -->
<h1>body.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">    copyright            : (C) 2002-2008 by Stefano Barbato</span>
<a name="l00003"></a>00003 <span class="comment">    email                : stefano@codesink.org</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="comment">    $Id: body.h,v 1.9 2008-10-07 11:06:26 tat Exp $</span>
<a name="l00006"></a>00006 <span class="comment"> ***************************************************************************/</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 <span class="comment">/***************************************************************************</span>
<a name="l00009"></a>00009 <span class="comment"> *                                                                         *</span>
<a name="l00010"></a>00010 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
<a name="l00011"></a>00011 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
<a name="l00012"></a>00012 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
<a name="l00013"></a>00013 <span class="comment"> *   (at your option) any later version.                                   *</span>
<a name="l00014"></a>00014 <span class="comment"> *                                                                         *</span>
<a name="l00015"></a>00015 <span class="comment"> ***************************************************************************/</span>
<a name="l00016"></a>00016 <span class="preprocessor">#ifndef _MIMETIC_RFC822_BODY_H_</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#define _MIMETIC_RFC822_BODY_H_</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00019"></a>00019 <span class="keyword">namespace </span>mimetic 
<a name="l00020"></a>00020 {
<a name="l00021"></a>00021 <span class="comment"></span>
<a name="l00022"></a>00022 <span class="comment">/// RFC822 body type</span>
<a name="l00023"></a><a class="code" href="namespacemimetic.html#a60117d1a27042f4f917d014ea6369a9e">00023</a> <span class="comment"></span><span class="keyword">typedef</span> std::string <a class="code" href="namespacemimetic.html#a60117d1a27042f4f917d014ea6369a9e" title="RFC822 body type.">Rfc822Body</a>;
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 }
<a name="l00026"></a>00026 <span class="preprocessor">#endif</span>
</pre></div></div>
</BODY>
</HTML>