You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2003/04/23 10:16:58 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_map.h

mturk       2003/04/23 01:16:58

  Modified:    jk/native2/include jk_map.h
  Log:
  Add the sort method for table.
  
  Revision  Changes    Path
  1.17      +5 -1      jakarta-tomcat-connectors/jk/native2/include/jk_map.h
  
  Index: jk_map.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_map.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jk_map.h	1 Mar 2003 05:49:58 -0000	1.16
  +++ jk_map.h	23 Apr 2003 08:16:58 -0000	1.17
  @@ -116,6 +116,10 @@
       */
       void (*clear)(struct jk_env *env, struct jk_map *m);
   
  +    /* Sort the map, 
  +    */
  +    void (*sort)(struct jk_env *env, struct jk_map *m);
  +
       struct jk_pool *pool;
       void *_private;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org