You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/03/23 13:35:05 UTC

cvs commit: ws-axis/c/src/server/apache2 mod_axis2.c

damitha     2004/03/23 04:35:05

  Modified:    c/src/server/apache mod_axis.c
               c/src/server/apache2 mod_axis2.c
  Log:
  
  
  Revision  Changes    Path
  1.22      +6 -6      ws-axis/c/src/server/apache/mod_axis.c
  
  Index: mod_axis.c
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/apache/mod_axis.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_axis.c	11 Feb 2004 10:44:25 -0000	1.21
  +++ mod_axis.c	23 Mar 2004 12:35:05 -0000	1.22
  @@ -1,9 +1,9 @@
  -#include <apache1_3/httpd.h>
  -#include <apache1_3/http_config.h>
  -#include <apache1_3/http_core.h>
  -#include <apache1_3/http_log.h>
  -#include <apache1_3/http_protocol.h>
  -#include <apache1_3/http_main.h>
  +#include <server/apache1_3/httpd.h>
  +#include <server/apache1_3/http_config.h>
  +#include <server/apache1_3/http_core.h>
  +#include <server/apache1_3/http_log.h>
  +#include <server/apache1_3/http_protocol.h>
  +#include <server/apache1_3/http_main.h>
   #include <axis/common/Packet.h>
   #include <string.h>
   #include <malloc.h>
  
  
  
  1.6       +7 -7      ws-axis/c/src/server/apache2/mod_axis2.c
  
  Index: mod_axis2.c
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/apache2/mod_axis2.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_axis2.c	13 Feb 2004 05:55:18 -0000	1.5
  +++ mod_axis2.c	23 Mar 2004 12:35:05 -0000	1.6
  @@ -65,13 +65,13 @@
   #define PATH_MAX 4096
   #endif
   
  -#include <apache2_0/httpd.h>
  -#include <apache2_0/http_config.h>
  -#include <apache2_0/http_core.h>
  -#include <apache2_0/http_protocol.h>
  -#include <apache2_0/http_log.h>
  -#include <apache2_0/ap_compat.h>
  -#include <apache2_0/apr_tables.h>
  +#include <server/apache2_0/httpd.h>
  +#include <server/apache2_0/http_config.h>
  +#include <server/apache2_0/http_core.h>
  +#include <server/apache2_0/http_protocol.h>
  +#include <server/apache2_0/http_log.h>
  +#include <server/apache2_0/ap_compat.h>
  +#include <server/apache2_0/apr_tables.h>
   #include <axis/common/Packet.h>
   #include <malloc.h>