You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2008/03/28 19:36:35 UTC

svn commit: r642326 [5/14] - in /logging/site/trunk/docs/log4cxx: ./ apidocs/ building/ stylesheets/

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket.html Fri Mar 28 11:36:20 2008
@@ -43,26 +43,19 @@
 <p>
 <a href="classlog4cxx_1_1helpers_1_1_socket-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 This class implements client sockets (also called just "sockets"). A socket is an endpoint for communication between two machines. <p>
-The actual work of the socket is performed by an instance of the <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_impl.html">SocketImpl</a> class. An application, by changing the socket factory that creates the socket implementation, can configure itself to create sockets appropriate to the local firewall. 
+The actual work of the socket is performed by an instance of the SocketImpl class. An application, by changing the socket factory that creates the socket implementation, can configure itself to create sockets appropriate to the local firewall. 
 <p>
 <table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#8dee214e591fa2c83e87ac9ef58c6a09">Socket</a> (InetAddressPtr address, int port)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#6eb84c53d1965e4bc16875586e378e75">Socket</a> (InetAddressPtr &amp;address, int port)</td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a stream socket and connects it to the specified port number at the specified IP address.  <a href="#8dee214e591fa2c83e87ac9ef58c6a09"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#d04747642022a107a2bbd7a5fc2c130d">Socket</a> (InetAddressPtr address, int port, InetAddressPtr localAddr, int localPort)</td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a stream socket and connects it to the specified port number at the specified IP address.  <a href="#6eb84c53d1965e4bc16875586e378e75"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#faf523630d1fa1424374e59a57178467">Socket</a> (apr_socket_t *socket, apr_pool_t *pool)</td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a socket and connects it to the specified remote address on the specified remote port.  <a href="#d04747642022a107a2bbd7a5fc2c130d"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#e09846674f5758d4b5d4c9a63bbcb51c">Socket</a> (const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;host, int port)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#f387aca495ea9a25c511cd7d02d997bb">~Socket</a> ()</td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a stream socket and connects it to the specified port number on the named host.  <a href="#e09846674f5758d4b5d4c9a63bbcb51c"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#d8b429a653e034d6d4a7a455593b472a">Socket</a> (const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;host, int port, InetAddressPtr localAddr, int localPort)</td></tr>
-
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a socket and connects it to the specified remote host on the specified remote port.  <a href="#d8b429a653e034d6d4a7a455593b472a"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#a49a1b225f512207c03b18c7e64ac716">read</a> (void *buf, size_t len) const </td></tr>
-
-<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#831c0b5f99d6fe3d4c18d7be7905e23f">write</a> (const void *buf, size_t len)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#96532612549685312a628c2825130b21">write</a> (<a class="el" href="classlog4cxx_1_1helpers_1_1_byte_buffer.html">ByteBuffer</a> &amp;)</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#5ae591df94fc66ccb85cbb6565368bca">close</a> ()</td></tr>
 
@@ -70,25 +63,12 @@
 <tr><td class="memItemLeft" nowrap align="right" valign="top">InetAddressPtr&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#bbfdb429dc48519dec0010ffeced144a">getInetAddress</a> () const </td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the value of this socket's address field.  <a href="#bbfdb429dc48519dec0010ffeced144a"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#f603b5a027ae0fb598e0abd0ba11994c">getLocalPort</a> () const </td></tr>
-
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the value of this socket's localport field.  <a href="#f603b5a027ae0fb598e0abd0ba11994c"></a><br></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#5e4fc3488ccbe0511b7e7a1b3ca873cf">getPort</a> () const </td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the value of this socket's port field.  <a href="#5e4fc3488ccbe0511b7e7a1b3ca873cf"></a><br></td></tr>
-<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#82a9f33812cd255070e2516ee2bf8b77">Socket</a> ()</td></tr>
-
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates an unconnected socket.  <a href="#82a9f33812cd255070e2516ee2bf8b77"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#1bca502834dfd41d4de1d09163ae7a9e">Socket</a> (SocketImplPtr impl)</td></tr>
-
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates an unconnected <a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a> with a user-specified <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_impl.html">SocketImpl</a>.  <a href="#1bca502834dfd41d4de1d09163ae7a9e"></a><br></td></tr>
-<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html#11a8bb11feaafab939278a8285afa567">ServerSocket</a></td></tr>
-
 </table>
 <hr><h2>Constructor &amp; Destructor Documentation</h2>
-<a class="anchor" name="82a9f33812cd255070e2516ee2bf8b77"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="82a9f33812cd255070e2516ee2bf8b77" args="()" --><p>
+<a class="anchor" name="6eb84c53d1965e4bc16875586e378e75"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="6eb84c53d1965e4bc16875586e378e75" args="(InetAddressPtr &amp;address, int port)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -96,36 +76,7 @@
         <tr>
           <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap><code> [protected]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-Creates an unconnected socket. 
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="8dee214e591fa2c83e87ac9ef58c6a09"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="8dee214e591fa2c83e87ac9ef58c6a09" args="(InetAddressPtr address, int port)" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">InetAddressPtr&nbsp;</td>
+          <td class="md" nowrap valign="top">InetAddressPtr &amp;&nbsp;</td>
           <td class="mdname" nowrap> <em>address</em>, </td>
         </tr>
         <tr>
@@ -156,7 +107,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="d04747642022a107a2bbd7a5fc2c130d"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="d04747642022a107a2bbd7a5fc2c130d" args="(InetAddressPtr address, int port, InetAddressPtr localAddr, int localPort)" --><p>
+<a class="anchor" name="faf523630d1fa1424374e59a57178467"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="faf523630d1fa1424374e59a57178467" args="(apr_socket_t *socket, apr_pool_t *pool)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -164,26 +115,14 @@
         <tr>
           <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">InetAddressPtr&nbsp;</td>
-          <td class="mdname" nowrap> <em>address</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>int&nbsp;</td>
-          <td class="mdname" nowrap> <em>port</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>InetAddressPtr&nbsp;</td>
-          <td class="mdname" nowrap> <em>localAddr</em>, </td>
+          <td class="md" nowrap valign="top">apr_socket_t *&nbsp;</td>
+          <td class="mdname" nowrap> <em>socket</em>, </td>
         </tr>
         <tr>
           <td class="md" nowrap align="right"></td>
           <td class="md"></td>
-          <td class="md" nowrap>int&nbsp;</td>
-          <td class="mdname" nowrap> <em>localPort</em></td>
+          <td class="md" nowrap>apr_pool_t *&nbsp;</td>
+          <td class="mdname" nowrap> <em>pool</em></td>
         </tr>
         <tr>
           <td class="md"></td>
@@ -202,62 +141,20 @@
     <td>
 
 <p>
-Creates a socket and connects it to the specified remote address on the specified remote port. 
-<p>
     </td>
   </tr>
 </table>
-<a class="anchor" name="1bca502834dfd41d4de1d09163ae7a9e"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="1bca502834dfd41d4de1d09163ae7a9e" args="(SocketImplPtr impl)" --><p>
+<a class="anchor" name="f387aca495ea9a25c511cd7d02d997bb"></a><!-- doxytag: member="log4cxx::helpers::Socket::~Socket" ref="f387aca495ea9a25c511cd7d02d997bb" args="()" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
+          <td class="md" nowrap valign="top">~<a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">SocketImplPtr&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap> <em>impl</em>          </td>
+          <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap><code> [protected]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-Creates an unconnected <a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a> with a user-specified <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_impl.html">SocketImpl</a>. 
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="e09846674f5758d4b5d4c9a63bbcb51c"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="e09846674f5758d4b5d4c9a63bbcb51c" args="(const LogString &amp;host, int port)" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;&nbsp;</td>
-          <td class="mdname" nowrap> <em>host</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>int&nbsp;</td>
-          <td class="mdname" nowrap> <em>port</em></td>
-        </tr>
-        <tr>
-          <td class="md"></td>
-          <td class="md">)&nbsp;</td>
-          <td class="md" colspan="2"></td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>
@@ -271,59 +168,6 @@
     <td>
 
 <p>
-Creates a stream socket and connects it to the specified port number on the named host. 
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="d8b429a653e034d6d4a7a455593b472a"></a><!-- doxytag: member="log4cxx::helpers::Socket::Socket" ref="d8b429a653e034d6d4a7a455593b472a" args="(const LogString &amp;host, int port, InetAddressPtr localAddr, int localPort)" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket.html">Socket</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;&nbsp;</td>
-          <td class="mdname" nowrap> <em>host</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>int&nbsp;</td>
-          <td class="mdname" nowrap> <em>port</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>InetAddressPtr&nbsp;</td>
-          <td class="mdname" nowrap> <em>localAddr</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>int&nbsp;</td>
-          <td class="mdname" nowrap> <em>localPort</em></td>
-        </tr>
-        <tr>
-          <td class="md"></td>
-          <td class="md">)&nbsp;</td>
-          <td class="md" colspan="2"></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-Creates a socket and connects it to the specified remote host on the specified remote port. 
-<p>
     </td>
   </tr>
 </table>
@@ -338,7 +182,7 @@
           <td class="md" valign="top">(&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap><code> [inline]</code></td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>
@@ -367,7 +211,7 @@
           <td class="md" valign="top">(&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const<code> [inline]</code></td>
+          <td class="md" nowrap> const</td>
         </tr>
       </table>
     </td>
@@ -386,35 +230,6 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="f603b5a027ae0fb598e0abd0ba11994c"></a><!-- doxytag: member="log4cxx::helpers::Socket::getLocalPort" ref="f603b5a027ae0fb598e0abd0ba11994c" args="() const " --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">int getLocalPort           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const<code> [inline]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-Returns the value of this socket's localport field. 
-<p>
-    </td>
-  </tr>
-</table>
 <a class="anchor" name="5e4fc3488ccbe0511b7e7a1b3ca873cf"></a><!-- doxytag: member="log4cxx::helpers::Socket::getPort" ref="5e4fc3488ccbe0511b7e7a1b3ca873cf" args="() const " --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
@@ -425,7 +240,7 @@
           <td class="md" valign="top">(&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const<code> [inline]</code></td>
+          <td class="md" nowrap> const</td>
         </tr>
       </table>
     </td>
@@ -444,44 +259,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="a49a1b225f512207c03b18c7e64ac716"></a><!-- doxytag: member="log4cxx::helpers::Socket::read" ref="a49a1b225f512207c03b18c7e64ac716" args="(void *buf, size_t len) const " --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">size_t read           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">void *&nbsp;</td>
-          <td class="mdname" nowrap> <em>buf</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>size_t&nbsp;</td>
-          <td class="mdname" nowrap> <em>len</em></td>
-        </tr>
-        <tr>
-          <td class="md"></td>
-          <td class="md">)&nbsp;</td>
-          <td class="md" colspan="2"> const<code> [inline]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="831c0b5f99d6fe3d4c18d7be7905e23f"></a><!-- doxytag: member="log4cxx::helpers::Socket::write" ref="831c0b5f99d6fe3d4c18d7be7905e23f" args="(const void *buf, size_t len)" --><p>
+<a class="anchor" name="96532612549685312a628c2825130b21"></a><!-- doxytag: member="log4cxx::helpers::Socket::write" ref="96532612549685312a628c2825130b21" args="(ByteBuffer &amp;)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -489,43 +267,10 @@
         <tr>
           <td class="md" nowrap valign="top">size_t write           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">const void *&nbsp;</td>
-          <td class="mdname" nowrap> <em>buf</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>size_t&nbsp;</td>
-          <td class="mdname" nowrap> <em>len</em></td>
-        </tr>
-        <tr>
-          <td class="md"></td>
-          <td class="md">)&nbsp;</td>
-          <td class="md" colspan="2"><code> [inline]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-    </td>
-  </tr>
-</table>
-<hr><h2>Friends And Related Function Documentation</h2>
-<a class="anchor" name="11a8bb11feaafab939278a8285afa567"></a><!-- doxytag: member="log4cxx::helpers::Socket::ServerSocket" ref="11a8bb11feaafab939278a8285afa567" args="" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">friend class <a class="el" href="classlog4cxx_1_1helpers_1_1_server_socket.html">ServerSocket</a><code> [friend]</code>          </td>
+          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_byte_buffer.html">ByteBuffer</a> &amp;&nbsp;</td>
+          <td class="mdname1" valign="top" nowrap>          </td>
+          <td class="md" valign="top">&nbsp;)&nbsp;</td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception-members.html Fri Mar 28 11:36:20 2008
@@ -38,21 +38,20 @@
     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   </ul></div>
 <h1>SocketException Member List</h1>This is the complete list of members for <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a>, including all inherited members.<p><table>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#e5e04df303590dff4f57f2da4e60d6d7">Exception</a>(const char *msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dcca19ab4ce108db16e644fc687eeed">Exception</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dafee80c8d90301c465737c0c869a74">Exception</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#333119368c4c3951b9a5173d13d25097">getErrorNumber</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#af2d79761cb149ecc425c18743911a85">IOException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#50e391afc3ba3e304f381f3003344b6d">IOException</a>(log4cxx_status_t stat)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#66ed6afc1f66ea29949f58713a7bd214">IOException</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#e6ceb38f01c523cfa433c6705ff266e9">IOException</a>(const IOException &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#8bee260ad9a206ff98541dbb29c9c215">operator=</a>(const SocketException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#8f2d14cb76606091a996909f09d092a7">log4cxx::helpers::IOException::operator=</a>(const IOException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#4c17b6fd950ef49bbf6adb7add4fe450">log4cxx::helpers::Exception::operator=</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#e52caf02e341c4607df3bb47e60510d2">SocketException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#faa2f265377b0dad4a472155c80bcef1">SocketException</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#8e833150432cd4fac94801cecbf82feb">SocketException</a>(log4cxx_status_t status)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#2e769026e073dac8d9ad105349b19c51">SocketException</a>(const SocketException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#43fadd34be2c22471b1b3b44f2928efd">SocketException</a>(const char *what, log4cxx_status_t status)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td><code> [protected]</code></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#78dbe42753262688ef7b258e2f62e9bf">~SocketException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></td><td><code> [virtual]</code></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
 </table><!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_exception.html Fri Mar 28 11:36:20 2008
@@ -41,7 +41,7 @@
 <a class="el" href="namespacelog4cxx.html">log4cxx</a>::<a class="el" href="namespacelog4cxx_1_1helpers.html">helpers</a>::<a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a></div>
 <h1>SocketException Class Reference</h1><!-- doxytag: class="log4cxx::helpers::SocketException" --><!-- doxytag: inherits="log4cxx::helpers::IOException" -->Inherits <a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a>.
 <p>
-Inherited by <a class="el" href="classlog4cxx_1_1helpers_1_1_platform_socket_exception.html">PlatformSocketException</a>, and <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_message_too_large_exception.html">SocketMessageTooLargeException</a>.
+Inherited by <a class="el" href="classlog4cxx_1_1helpers_1_1_bind_exception.html">BindException</a>, <a class="el" href="classlog4cxx_1_1helpers_1_1_closed_channel_exception.html">ClosedChannelException</a>, and <a class="el" href="classlog4cxx_1_1helpers_1_1_connect_exception.html">ConnectException</a>.
 <p>
 <a href="classlog4cxx_1_1helpers_1_1_socket_exception-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. 
@@ -49,24 +49,17 @@
 <table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#e52caf02e341c4607df3bb47e60510d2">SocketException</a> ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#faa2f265377b0dad4a472155c80bcef1">SocketException</a> (const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;msg)</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#8e833150432cd4fac94801cecbf82feb">SocketException</a> (log4cxx_status_t status)</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#2e769026e073dac8d9ad105349b19c51">SocketException</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a> &amp;)</td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#78dbe42753262688ef7b258e2f62e9bf">~SocketException</a> ()  throw ()</td></tr>
-
-<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a> () const   throw ()</td></tr>
-
-<tr><td class="memItemLeft" nowrap align="right" valign="top">log4cxx_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#333119368c4c3951b9a5173d13d25097">getErrorNumber</a> () const </td></tr>
-
-<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#43fadd34be2c22471b1b3b44f2928efd">SocketException</a> (const char *what, log4cxx_status_t status)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html#8bee260ad9a206ff98541dbb29c9c215">operator=</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a> &amp;)</td></tr>
 
 </table>
 <hr><h2>Constructor &amp; Destructor Documentation</h2>
-<a class="anchor" name="e52caf02e341c4607df3bb47e60510d2"></a><!-- doxytag: member="log4cxx::helpers::SocketException::SocketException" ref="e52caf02e341c4607df3bb47e60510d2" args="()" --><p>
+<a class="anchor" name="faa2f265377b0dad4a472155c80bcef1"></a><!-- doxytag: member="log4cxx::helpers::SocketException::SocketException" ref="faa2f265377b0dad4a472155c80bcef1" args="(const LogString &amp;msg)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -74,7 +67,8 @@
         <tr>
           <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a>           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
+          <td class="md" nowrap valign="top">const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;&nbsp;</td>
+          <td class="mdname1" valign="top" nowrap> <em>msg</em>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
           <td class="md" nowrap></td>
         </tr>
@@ -149,82 +143,19 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="78dbe42753262688ef7b258e2f62e9bf"></a><!-- doxytag: member="log4cxx::helpers::SocketException::~SocketException" ref="78dbe42753262688ef7b258e2f62e9bf" args="()" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">virtual ~<a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap>  throw ()<code> [virtual]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="43fadd34be2c22471b1b3b44f2928efd"></a><!-- doxytag: member="log4cxx::helpers::SocketException::SocketException" ref="43fadd34be2c22471b1b3b44f2928efd" args="(const char *what, log4cxx_status_t status)" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top">const char *&nbsp;</td>
-          <td class="mdname" nowrap> <em>what</em>, </td>
-        </tr>
-        <tr>
-          <td class="md" nowrap align="right"></td>
-          <td class="md"></td>
-          <td class="md" nowrap>log4cxx_status_t&nbsp;</td>
-          <td class="mdname" nowrap> <em>status</em></td>
-        </tr>
-        <tr>
-          <td class="md"></td>
-          <td class="md">)&nbsp;</td>
-          <td class="md" colspan="2"><code> [protected]</code></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-    </td>
-  </tr>
-</table>
 <hr><h2>Member Function Documentation</h2>
-<a class="anchor" name="333119368c4c3951b9a5173d13d25097"></a><!-- doxytag: member="log4cxx::helpers::SocketException::getErrorNumber" ref="333119368c4c3951b9a5173d13d25097" args="() const " --><p>
+<a class="anchor" name="8bee260ad9a206ff98541dbb29c9c215"></a><!-- doxytag: member="log4cxx::helpers::SocketException::operator=" ref="8bee260ad9a206ff98541dbb29c9c215" args="(const SocketException &amp;)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top">log4cxx_status_t getErrorNumber           </td>
+          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a>&amp; operator=           </td>
           <td class="md" valign="top">(&nbsp;</td>
+          <td class="md" nowrap valign="top">const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_exception.html">SocketException</a> &amp;&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const</td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>
@@ -241,39 +172,8 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="586eee248fedb7de1b50219e14b99c7b"></a><!-- doxytag: member="log4cxx::helpers::SocketException::what" ref="586eee248fedb7de1b50219e14b99c7b" args="() const " --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">const char* what           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const  throw ()</td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-
-<p>
-Reimplemented from <a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#586eee248fedb7de1b50219e14b99c7b">Exception</a>.
-<p>
-Reimplemented in <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_message_too_large_exception.html#586eee248fedb7de1b50219e14b99c7b">SocketMessageTooLargeException</a>.    </td>
-  </tr>
-</table>
 <hr>The documentation for this class was generated from the following file:<ul>
-<li><a class="el" href="socketimpl_8h.html">socketimpl.h</a></ul>
+<li><a class="el" href="exception_8h.html">exception.h</a></ul>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream-members.html Fri Mar 28 11:36:20 2008
@@ -46,6 +46,7 @@
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html#e7b62e37794f297c0cede40ed0e84fcd">getClass</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html">Object</a></td><td><code> [virtual]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html#0bdbda4effe8938c1aca6d4397e5a39d">getStaticClass</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html">Object</a></td><td><code> [static]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html#3604a5fb08f7048d41b51a3943740b96">instanceof</a>(const Class &amp;clazz) const =0</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html">Object</a></td><td><code> [pure virtual]</code></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_output_stream.html#e51654baa8c5d43df5a3392fdb3458f0">LOG4CXX_LIST_DEF</a>(ByteList, char)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_output_stream.html">SocketOutputStream</a></td><td><code> [protected]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html#5e6e9fc30dc1f098fee72d516ea0bad0">ObjectImpl</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html">ObjectImpl</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_output_stream.html#96e779f1adcb4a1ecf99a76ac9ba6223">OutputStream</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_output_stream.html">OutputStream</a></td><td><code> [protected]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html#88f2ae00c84f3f309965e6588ed158d4">ref</a></td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html">ObjectImpl</a></td><td><code> [mutable, protected]</code></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_output_stream.html Fri Mar 28 11:36:20 2008
@@ -54,6 +54,9 @@
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_output_stream.html#2feeb524a1d155673c6296e0dc6323b2">write</a> (<a class="el" href="classlog4cxx_1_1helpers_1_1_byte_buffer.html">ByteBuffer</a> &amp;buf, <a class="el" href="classlog4cxx_1_1helpers_1_1_pool.html">Pool</a> &amp;p)</td></tr>
 
+<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_output_stream.html#e51654baa8c5d43df5a3392fdb3458f0">LOG4CXX_LIST_DEF</a> (ByteList, char)</td></tr>
+
 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">ByteList&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_output_stream.html#8faa6d642d4118bfff0da2c5f1e1000c">array</a></td></tr>
 
@@ -175,6 +178,43 @@
 
 <p>
 Implements <a class="el" href="classlog4cxx_1_1helpers_1_1_output_stream.html#1f5b82e782eebff936b11200a4eec4b4">OutputStream</a>.    </td>
+  </tr>
+</table>
+<a class="anchor" name="e51654baa8c5d43df5a3392fdb3458f0"></a><!-- doxytag: member="log4cxx::helpers::SocketOutputStream::LOG4CXX_LIST_DEF" ref="e51654baa8c5d43df5a3392fdb3458f0" args="(ByteList, char)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+  <tr>
+    <td class="mdRow">
+      <table cellpadding="0" cellspacing="0" border="0">
+        <tr>
+          <td class="md" nowrap valign="top">LOG4CXX_LIST_DEF           </td>
+          <td class="md" valign="top">(&nbsp;</td>
+          <td class="md" nowrap valign="top">ByteList&nbsp;</td>
+          <td class="mdname" nowrap>, </td>
+        </tr>
+        <tr>
+          <td class="md" nowrap align="right"></td>
+          <td class="md"></td>
+          <td class="md" nowrap>char&nbsp;</td>
+          <td class="mdname" nowrap></td>
+        </tr>
+        <tr>
+          <td class="md"></td>
+          <td class="md">)&nbsp;</td>
+          <td class="md" colspan="2"><code> [protected]</code></td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+  <tr>
+    <td>
+      &nbsp;
+    </td>
+    <td>
+
+<p>
+    </td>
   </tr>
 </table>
 <a class="anchor" name="2feeb524a1d155673c6296e0dc6323b2"></a><!-- doxytag: member="log4cxx::helpers::SocketOutputStream::write" ref="2feeb524a1d155673c6296e0dc6323b2" args="(ByteBuffer &amp;buf, Pool &amp;p)" --><p>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception-members.html Fri Mar 28 11:36:20 2008
@@ -38,21 +38,22 @@
     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   </ul></div>
 <h1>SocketTimeoutException Member List</h1>This is the complete list of members for <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a>, including all inherited members.<p><table>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#e5e04df303590dff4f57f2da4e60d6d7">Exception</a>(const char *msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dcca19ab4ce108db16e644fc687eeed">Exception</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dafee80c8d90301c465737c0c869a74">Exception</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#53f980ffede8cbe5fff39909199c3b51">InterruptedIOException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#0f802c558c0be6f719187240756bf2c6">InterruptedIOException</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#5305dcf7aed763b55b04c2886b2e21d4">InterruptedIOException</a>(const InterruptedIOException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#af2d79761cb149ecc425c18743911a85">IOException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#50e391afc3ba3e304f381f3003344b6d">IOException</a>(log4cxx_status_t stat)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#66ed6afc1f66ea29949f58713a7bd214">IOException</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#e6ceb38f01c523cfa433c6705ff266e9">IOException</a>(const IOException &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#627401566ea07a708cb69d199720884d">operator=</a>(const SocketTimeoutException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#a408b663067146907af792a5354f38ac">log4cxx::helpers::InterruptedIOException::operator=</a>(const InterruptedIOException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html#8f2d14cb76606091a996909f09d092a7">log4cxx::helpers::IOException::operator=</a>(const IOException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_i_o_exception.html">IOException</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#4c17b6fd950ef49bbf6adb7add4fe450">log4cxx::helpers::Exception::operator=</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#8dfdcca3842ae9f5eea43f18fc2be795">SocketTimeoutException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#d6b33a299ab2809308284d500a172618">SocketTimeoutException</a>(const SocketTimeoutException &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#fde01ba04660e4ee403ec7a86c7182ae">~InterruptedIOException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a></td><td></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#ec069e04d5f3b8bce8aaaf725fb8d1c2">~SocketTimeoutException</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#85ef9b3bbb19af0aa9d61ef122699c40">SocketTimeoutException</a>(const SocketTimeoutException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a>() const </td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
 </table><!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html Fri Mar 28 11:36:20 2008
@@ -42,18 +42,18 @@
 <h1>SocketTimeoutException Class Reference</h1><!-- doxytag: class="log4cxx::helpers::SocketTimeoutException" --><!-- doxytag: inherits="log4cxx::helpers::InterruptedIOException" -->Inherits <a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a>.
 <p>
 <a href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
-Signals that a timeout has occurred on a socket read or accept. 
+Signals that an I/O operation has been interrupted. 
+<p>
+An <a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html">InterruptedIOException</a> is thrown to indicate that an input or output transfer has been terminated because the thread performing it was interrupted. The field bytesTransferred indicates how many bytes were successfully transferred before the interruption occurred. 
 <p>
 <table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#8dfdcca3842ae9f5eea43f18fc2be795">SocketTimeoutException</a> ()</td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#d6b33a299ab2809308284d500a172618">SocketTimeoutException</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;src)</td></tr>
-
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#ec069e04d5f3b8bce8aaaf725fb8d1c2">~SocketTimeoutException</a> ()  throw ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#85ef9b3bbb19af0aa9d61ef122699c40">SocketTimeoutException</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;)</td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#586eee248fedb7de1b50219e14b99c7b">what</a> () const   throw ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html#627401566ea07a708cb69d199720884d">operator=</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;)</td></tr>
 
 </table>
 <hr><h2>Constructor &amp; Destructor Documentation</h2>
@@ -84,7 +84,7 @@
     </td>
   </tr>
 </table>
-<a class="anchor" name="d6b33a299ab2809308284d500a172618"></a><!-- doxytag: member="log4cxx::helpers::SocketTimeoutException::SocketTimeoutException" ref="d6b33a299ab2809308284d500a172618" args="(const SocketTimeoutException &amp;src)" --><p>
+<a class="anchor" name="85ef9b3bbb19af0aa9d61ef122699c40"></a><!-- doxytag: member="log4cxx::helpers::SocketTimeoutException::SocketTimeoutException" ref="85ef9b3bbb19af0aa9d61ef122699c40" args="(const SocketTimeoutException &amp;)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
@@ -93,36 +93,9 @@
           <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a>           </td>
           <td class="md" valign="top">(&nbsp;</td>
           <td class="md" nowrap valign="top">const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap> <em>src</em>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="ec069e04d5f3b8bce8aaaf725fb8d1c2"></a><!-- doxytag: member="log4cxx::helpers::SocketTimeoutException::~SocketTimeoutException" ref="ec069e04d5f3b8bce8aaaf725fb8d1c2" args="()" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">~<a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a>           </td>
-          <td class="md" valign="top">(&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap>  throw ()</td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>
@@ -140,17 +113,18 @@
   </tr>
 </table>
 <hr><h2>Member Function Documentation</h2>
-<a class="anchor" name="586eee248fedb7de1b50219e14b99c7b"></a><!-- doxytag: member="log4cxx::helpers::SocketTimeoutException::what" ref="586eee248fedb7de1b50219e14b99c7b" args="() const " --><p>
+<a class="anchor" name="627401566ea07a708cb69d199720884d"></a><!-- doxytag: member="log4cxx::helpers::SocketTimeoutException::operator=" ref="627401566ea07a708cb69d199720884d" args="(const SocketTimeoutException &amp;)" --><p>
 <table class="mdTable" cellpadding="2" cellspacing="0">
   <tr>
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top">const char* what           </td>
+          <td class="md" nowrap valign="top"><a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a>&amp; operator=           </td>
           <td class="md" valign="top">(&nbsp;</td>
+          <td class="md" nowrap valign="top">const <a class="el" href="classlog4cxx_1_1helpers_1_1_socket_timeout_exception.html">SocketTimeoutException</a> &amp;&nbsp;</td>
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap> const  throw ()</td>
+          <td class="md" nowrap></td>
         </tr>
       </table>
     </td>
@@ -164,13 +138,11 @@
     <td>
 
 <p>
-
-<p>
-Reimplemented from <a class="el" href="classlog4cxx_1_1helpers_1_1_interrupted_i_o_exception.html#586eee248fedb7de1b50219e14b99c7b">InterruptedIOException</a>.    </td>
+    </td>
   </tr>
 </table>
 <hr>The documentation for this class was generated from the following file:<ul>
-<li><a class="el" href="socketimpl_8h.html">socketimpl.h</a></ul>
+<li><a class="el" href="exception_8h.html">exception.h</a></ul>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread-members.html Fri Mar 28 11:36:20 2008
@@ -48,7 +48,6 @@
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#6c7abfff648dad193674fc432ad4840d">join</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#0189281d271b6817d82fc64fb3db2435">run</a>(Runnable start, void *data)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#cf7fcd52c361b38b008c5f769c43952a">sleep</a>(int millis)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td><code> [static]</code></td></tr>
-  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#8c528baf37154d347366083f0f816846">stop</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#7542b81caf3dbfcbd2b2f217fd10c240">Thread</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#87a9c69a69ee4b13cb1ec5772f6d32ad">~Thread</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html">Thread</a></td><td></td></tr>
 </table><!--

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread.html Fri Mar 28 11:36:20 2008
@@ -51,11 +51,9 @@
 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#87a9c69a69ee4b13cb1ec5772f6d32ad">~Thread</a> ()</td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor.  <a href="#87a9c69a69ee4b13cb1ec5772f6d32ad"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#0189281d271b6817d82fc64fb3db2435">run</a> (<a class="el" href="namespacelog4cxx_1_1helpers.html#df03abdb33ff709cf70b9b8c5064087e">Runnable</a> start, void *data)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#0189281d271b6817d82fc64fb3db2435">run</a> (<a class="el" href="namespacelog4cxx_1_1helpers.html#df12756fe75e2e30213142c835c7f027">Runnable</a> start, void *data)</td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Runs the specified method on a newly created thread.  <a href="#0189281d271b6817d82fc64fb3db2435"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#8c528baf37154d347366083f0f816846">stop</a> ()</td></tr>
-
 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#6c7abfff648dad193674fc432ad4840d">join</a> ()</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread.html#a1f512ab0fcc05612f8e3d6a4664ce9a">isActive</a> ()</td></tr>
@@ -377,7 +375,7 @@
         <tr>
           <td class="md" nowrap valign="top">void run           </td>
           <td class="md" valign="top">(&nbsp;</td>
-          <td class="md" nowrap valign="top"><a class="el" href="namespacelog4cxx_1_1helpers.html#df03abdb33ff709cf70b9b8c5064087e">Runnable</a>&nbsp;</td>
+          <td class="md" nowrap valign="top"><a class="el" href="namespacelog4cxx_1_1helpers.html#df12756fe75e2e30213142c835c7f027">Runnable</a>&nbsp;</td>
           <td class="mdname" nowrap> <em>start</em>, </td>
         </tr>
         <tr>
@@ -445,33 +443,6 @@
     <tr><td valign="top"></td><td valign="top"><em>Interrupted</em>&nbsp;</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a> if the thread is interrupted. </td></tr>
   </table>
 </dl>
-    </td>
-  </tr>
-</table>
-<a class="anchor" name="8c528baf37154d347366083f0f816846"></a><!-- doxytag: member="log4cxx::helpers::Thread::stop" ref="8c528baf37154d347366083f0f816846" args="()" --><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
-  <tr>
-    <td class="mdRow">
-      <table cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <td class="md" nowrap valign="top">void stop           </td>
-          <td class="md" valign="top">(&nbsp;</td>
-          <td class="mdname1" valign="top" nowrap>          </td>
-          <td class="md" valign="top">&nbsp;)&nbsp;</td>
-          <td class="md" nowrap></td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
-  <tr>
-    <td>
-      &nbsp;
-    </td>
-    <td>
-
-<p>
     </td>
   </tr>
 </table>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_exception-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_exception-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_exception-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_exception-members.html Fri Mar 28 11:36:20 2008
@@ -38,6 +38,7 @@
     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   </ul></div>
 <h1>ThreadException Member List</h1>This is the complete list of members for <a class="el" href="classlog4cxx_1_1helpers_1_1_thread_exception.html">ThreadException</a>, including all inherited members.<p><table>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#e5e04df303590dff4f57f2da4e60d6d7">Exception</a>(const char *msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dcca19ab4ce108db16e644fc687eeed">Exception</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dafee80c8d90301c465737c0c869a74">Exception</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_exception.html#924902993920ad00333edd2669ab8737">operator=</a>(const ThreadException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_exception.html">ThreadException</a></td><td></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data-members.html Fri Mar 28 11:36:20 2008
@@ -41,6 +41,7 @@
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#41e4080e837cc2eac91089f0a5117830">getCurrentData</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td><code> [static]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#8db1667f4772a591a99ca1c9abed8310">getMap</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#9b22939c76b95cdfae49f67a62a49f98">getStack</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#19b979b1631f7be45b4859a3e2b705c7">inherit</a>(const log4cxx::NDC::Stack &amp;stack)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td><code> [static]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#b2bccca39863b34c2c691ffbf410094a">push</a>(const LogString &amp;val)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td><code> [static]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#319af9b9a7936a31c33b5d17d09f582a">put</a>(const LogString &amp;key, const LogString &amp;val)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td><code> [static]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#98102238652df03cf871c9766de96af2">recycle</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html">ThreadSpecificData</a></td><td></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_thread_specific_data.html Fri Mar 28 11:36:20 2008
@@ -64,6 +64,8 @@
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#b2bccca39863b34c2c691ffbf410094a">push</a> (const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;val)</td></tr>
 
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1_thread_specific_data.html#19b979b1631f7be45b4859a3e2b705c7">inherit</a> (const <a class="el" href="classlog4cxx_1_1_n_d_c.html#d27ab948303a389e8150ec1d837f1736">log4cxx::NDC::Stack</a> &amp;stack)</td></tr>
+
 </table>
 <hr><h2>Constructor &amp; Destructor Documentation</h2>
 <a class="anchor" name="4a92eb5bebf9d92cb40bc740d8815c52"></a><!-- doxytag: member="log4cxx::helpers::ThreadSpecificData::ThreadSpecificData" ref="4a92eb5bebf9d92cb40bc740d8815c52" args="()" --><p>
@@ -189,6 +191,34 @@
           <td class="mdname1" valign="top" nowrap>          </td>
           <td class="md" valign="top">&nbsp;)&nbsp;</td>
           <td class="md" nowrap></td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+  <tr>
+    <td>
+      &nbsp;
+    </td>
+    <td>
+
+<p>
+    </td>
+  </tr>
+</table>
+<a class="anchor" name="19b979b1631f7be45b4859a3e2b705c7"></a><!-- doxytag: member="log4cxx::helpers::ThreadSpecificData::inherit" ref="19b979b1631f7be45b4859a3e2b705c7" args="(const log4cxx::NDC::Stack &amp;stack)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+  <tr>
+    <td class="mdRow">
+      <table cellpadding="0" cellspacing="0" border="0">
+        <tr>
+          <td class="md" nowrap valign="top">static void inherit           </td>
+          <td class="md" valign="top">(&nbsp;</td>
+          <td class="md" nowrap valign="top">const <a class="el" href="classlog4cxx_1_1_n_d_c.html#d27ab948303a389e8150ec1d837f1736">log4cxx::NDC::Stack</a> &amp;&nbsp;</td>
+          <td class="mdname1" valign="top" nowrap> <em>stack</em>          </td>
+          <td class="md" valign="top">&nbsp;)&nbsp;</td>
+          <td class="md" nowrap><code> [static]</code></td>
         </tr>
       </table>
     </td>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_transcoder_exception-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_transcoder_exception-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_transcoder_exception-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_transcoder_exception-members.html Fri Mar 28 11:36:20 2008
@@ -38,6 +38,7 @@
     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   </ul></div>
 <h1>TranscoderException Member List</h1>This is the complete list of members for <a class="el" href="classlog4cxx_1_1helpers_1_1_transcoder_exception.html">TranscoderException</a>, including all inherited members.<p><table>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#e5e04df303590dff4f57f2da4e60d6d7">Exception</a>(const char *msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dcca19ab4ce108db16e644fc687eeed">Exception</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dafee80c8d90301c465737c0c869a74">Exception</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_transcoder_exception.html#3d685f717c24ab87432b89ac55ec886d">operator=</a>(const TranscoderException &amp;)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_transcoder_exception.html">TranscoderException</a></td><td></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_unknown_host_exception-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_unknown_host_exception-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_unknown_host_exception-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_unknown_host_exception-members.html Fri Mar 28 11:36:20 2008
@@ -38,6 +38,7 @@
     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   </ul></div>
 <h1>UnknownHostException Member List</h1>This is the complete list of members for <a class="el" href="classlog4cxx_1_1helpers_1_1_unknown_host_exception.html">UnknownHostException</a>, including all inherited members.<p><table>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#e5e04df303590dff4f57f2da4e60d6d7">Exception</a>(const char *msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dcca19ab4ce108db16e644fc687eeed">Exception</a>(const LogString &amp;msg)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html#8dafee80c8d90301c465737c0c869a74">Exception</a>(const Exception &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_exception.html">Exception</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_unknown_host_exception.html#3f07ecc3adf0e012c169e3a9e6f649a0">operator=</a>(const UnknownHostException &amp;src)</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_unknown_host_exception.html">UnknownHostException</a></td><td></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event-members.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event-members.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event-members.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event-members.html Fri Mar 28 11:36:20 2008
@@ -57,6 +57,7 @@
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#d4b02dfb65a00116f57a06895fbb34ad">getThreadName</a>() const </td><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html">LoggingEvent</a></td><td><code> [inline]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#94cf977261a98da0cc53f2346f3a45d0">getTimeStamp</a>() const </td><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html">LoggingEvent</a></td><td><code> [inline]</code></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html#3604a5fb08f7048d41b51a3943740b96">instanceof</a>(const Class &amp;clazz) const =0</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object.html">Object</a></td><td><code> [pure virtual]</code></td></tr>
+  <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#9da37769335aee7de9d62d952893e165">LOG4CXX_LIST_DEF</a>(KeySet, LogString)</td><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html">LoggingEvent</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#5a286d3b465aaf1f2491960fc03fa9eb">LoggingEvent</a>()</td><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html">LoggingEvent</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#51c451ec8d7d3cca1dbc7eba86938687">LoggingEvent</a>(const LogString &amp;logger, const LevelPtr &amp;level, const LogString &amp;message, const log4cxx::spi::LocationInfo &amp;location)</td><td><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html">LoggingEvent</a></td><td></td></tr>
   <tr class="memlist"><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html#5e6e9fc30dc1f098fee72d516ea0bad0">ObjectImpl</a>()</td><td><a class="el" href="classlog4cxx_1_1helpers_1_1_object_impl.html">ObjectImpl</a></td><td></td></tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1spi_1_1_logging_event.html Fri Mar 28 11:36:20 2008
@@ -87,6 +87,8 @@
 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#694c2b2b58295c301950e41848c95a56">getMDC</a> (const <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;key, <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> &amp;dest) const </td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Appends the the context corresponding to the <code>key</code> parameter.  <a href="#694c2b2b58295c301950e41848c95a56"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#9da37769335aee7de9d62d952893e165">LOG4CXX_LIST_DEF</a> (KeySet, <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a>)</td></tr>
+
 <tr><td class="memItemLeft" nowrap align="right" valign="top">KeySet&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1spi_1_1_logging_event.html#31d9fbc3746c91b951bb037056120a53">getMDCKeySet</a> () const </td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the set of of the key values in the <a class="el" href="classlog4cxx_1_1_m_d_c.html">MDC</a> for the event.  <a href="#31d9fbc3746c91b951bb037056120a53"></a><br></td></tr>
@@ -672,6 +674,43 @@
 
 <p>
 Return the timeStamp of this event. 
+<p>
+    </td>
+  </tr>
+</table>
+<a class="anchor" name="9da37769335aee7de9d62d952893e165"></a><!-- doxytag: member="log4cxx::spi::LoggingEvent::LOG4CXX_LIST_DEF" ref="9da37769335aee7de9d62d952893e165" args="(KeySet, LogString)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+  <tr>
+    <td class="mdRow">
+      <table cellpadding="0" cellspacing="0" border="0">
+        <tr>
+          <td class="md" nowrap valign="top">LOG4CXX_LIST_DEF           </td>
+          <td class="md" valign="top">(&nbsp;</td>
+          <td class="md" nowrap valign="top">KeySet&nbsp;</td>
+          <td class="mdname" nowrap>, </td>
+        </tr>
+        <tr>
+          <td class="md" nowrap align="right"></td>
+          <td class="md"></td>
+          <td class="md" nowrap><a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a>&nbsp;</td>
+          <td class="mdname" nowrap></td>
+        </tr>
+        <tr>
+          <td class="md"></td>
+          <td class="md">)&nbsp;</td>
+          <td class="md" colspan="2"></td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+  <tr>
+    <td>
+      &nbsp;
+    </td>
+    <td>
+
 <p>
     </td>
   </tr>

Modified: logging/site/trunk/docs/log4cxx/apidocs/configurator_8h.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/configurator_8h.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/configurator_8h.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/configurator_8h.html Fri Mar 28 11:36:20 2008
@@ -48,6 +48,9 @@
 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1spi_1_1_configurator.html">Configurator</a></td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implemented by classes capable of configuring log4j using a URL.  <a href="classlog4cxx_1_1spi_1_1_configurator.html#_details">More...</a><br></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1spi.html#0edefdfe977131797fddaec3be9552cc">log4cxx::spi::LOG4CXX_PTR_DEF</a> (Configurator)</td></tr>
+
 </table>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more

Modified: logging/site/trunk/docs/log4cxx/apidocs/consoleappender_8h.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/consoleappender_8h.html?rev=642326&r1=642325&r2=642326&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/consoleappender_8h.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/consoleappender_8h.html Fri Mar 28 11:36:20 2008
@@ -46,6 +46,9 @@
 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1_console_appender.html">ConsoleAppender</a></td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cxx_1_1_console_appender.html">ConsoleAppender</a> appends log events to <code>stdout</code> or <code>stderr</code> using a layout specified by the user.  <a href="classlog4cxx_1_1_console_appender.html#_details">More...</a><br></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx.html#d12a1c2ca749cb6c6a05b9f09fc8ec43">log4cxx::LOG4CXX_PTR_DEF</a> (ConsoleAppender)</td></tr>
+
 </table>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more