mturk       2003/10/30 12:25:38

  Modified:    jk/native2/common jk_channel_socket.c jk_pool.c
  Log:
  Deprecate pool and socket.
  Prehaps there is nicer way to mark that then using
  #error
  
  Revision  Changes    Path
  1.60      +2 -0      jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c
  
  Index: jk_channel_socket.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- jk_channel_socket.c       24 Oct 2003 11:51:35 -0000      1.59
  +++ jk_channel_socket.c       30 Oct 2003 20:25:38 -0000      1.60
  @@ -71,6 +71,8 @@
    * @author: Costin Manolache
    */
   
  +#error "jk_channel_socket is deprecated"
  +
   #include "jk_map.h"
   #include "jk_env.h"
   #include "jk_channel.h"
  
  
  
  1.17      +3 -1      jakarta-tomcat-connectors/jk/native2/common/jk_pool.c
  
  Index: jk_pool.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_pool.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jk_pool.c 12 May 2003 10:55:50 -0000      1.16
  +++ jk_pool.c 30 Oct 2003 20:25:38 -0000      1.17
  @@ -61,6 +61,8 @@
    * Version:     $Revision$                                           *
    ***************************************************************************/
   
  +#error "jk_pool is deprecated"
  +
   #include "jk_pool.h"
   #include "jk_env.h"
   
  
  
  

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

Reply via email to