hgomez 02/02/22 03:06:01 Modified: jk/native2/common jk_uriMap.c jk/native2/include jk_service.h Log: Estetic fixes Revision Changes Path 1.14 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Index: jk_uriMap.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jk_uriMap.c 21 Feb 2002 11:13:23 -0000 1.13 +++ jk_uriMap.c 22 Feb 2002 11:06:01 -0000 1.14 @@ -67,7 +67,7 @@ * servlet container. * * Author: Gal Shachor <[EMAIL PROTECTED]> - * Version: $Revision: 1.13 $ + * Version: $Revision: 1.14 $ */ #include "jk_pool.h" @@ -224,7 +224,7 @@ /* * JFC: please check... * Not sure what to do, but I try to prevent problems. - * I have fixed jk_mount_context() in apaches/mod_jk.c so we should + * I have fixed jk_mount_context() in apaches/mod_jk2.c so we should * not arrive here when using Apache. */ env->l->jkLog(env, env->l, JK_LOG_ERROR, 1.9 +2 -2 jakarta-tomcat-connectors/jk/native2/include/jk_service.h Index: jk_service.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_service.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jk_service.h 26 Jan 2002 06:25:56 -0000 1.8 +++ jk_service.h 22 Feb 2002 11:06:01 -0000 1.9 @@ -63,7 +63,7 @@ * Author: Gal Shachor <[EMAIL PROTECTED]> * * Author: Dan Milstein <[EMAIL PROTECTED]> * * Author: Henri Gomez <[EMAIL PROTECTED]> * - * Version: $Revision: 1.8 $ * + * Version: $Revision: 1.9 $ * ***************************************************************************/ #ifndef JK_SERVICE_H @@ -118,7 +118,7 @@ * seeing the internal vtables of your favorite OO language. Whatever * works for you. * - * See apache1.3/mod_jk.c and iis/jk_isapi_plugin.c for examples. + * See apache1.3/mod_jk2.c and iis/jk_isapi_plugin.c for examples. */ struct jk_ws_service { struct jk_workerEnv *workerEnv;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>