Author: rjung
Date: Wed Aug 23 10:42:15 2006
New Revision: 434098

URL: http://svn.apache.org/viewvc?rev=434098&view=rev
Log:
Correct placement of comment.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_service.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_service.h?rev=434098&r1=434097&r2=434098&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_service.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_service.h Wed Aug 23 10:42:15 
2006
@@ -200,11 +200,6 @@
        and it'll work.
      */
     const char *secret;
-    /*
-     * Callbacks into the web server.  For each, the first argument is
-     * essentially a 'this' pointer.  All return JK_TRUE on success
-     * and JK_FALSE on failure.
-     */
 
     /*
      * Area to get POST data for fail-over recovery in POST
@@ -225,6 +220,11 @@
      */
     jk_uri_worker_map_t *uw_map;
 
+    /*
+     * Callbacks into the web server.  For each, the first argument is
+     * essentially a 'this' pointer.  All return JK_TRUE on success
+     * and JK_FALSE on failure.
+     */
     /*
      * Send the response headers to the browser.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to