mturk       2002/08/15 04:21:47

  Modified:    jk/native2/include jk_uriMap.h
  Log:
  Remove the reverse flag from uriMap call.
  
  Revision  Changes    Path
  1.15      +2 -1      jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h
  
  Index: jk_uriMap.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jk_uriMap.h       15 Aug 2002 09:22:16 -0000      1.14
  +++ jk_uriMap.h       15 Aug 2002 11:21:47 -0000      1.15
  @@ -139,9 +139,10 @@
           to do what we need ). Even when we'll know, uriMap will be needed
           for other servers. 
       */
  +
       struct jk_uriEnv *(*mapUri)(struct jk_env *env, jk_uriMap_t *_this,
                                   const char *vhost,
  -                                const char *uri, int reverse );
  +                                const char *uri);
       
       /* -------------------- @deprecated -------------------- */
       /* used by the mapper, temp storage ( ??? )*/
  
  
  

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

Reply via email to