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 ro...@apache.org on 2003/07/24 11:28:50 UTC

cvs commit: xml-axis/c/src/engine Main.c AxisEngine.h

roshan      2003/07/24 02:28:50

  Modified:    c/src/engine Main.c AxisEngine.h
  Log:
  after minor changes
  
  Revision  Changes    Path
  1.2       +1 -0      xml-axis/c/src/engine/Main.c
  
  Index: Main.c
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/Main.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Main.c	24 Jul 2003 09:09:36 -0000	1.1
  +++ Main.c	24 Jul 2003 09:28:49 -0000	1.2
  @@ -65,6 +65,7 @@
   
   #include <stdio.h>
   #include <string.h>
  +#include <malloc.h>
   #include "../common/Packet.h"
   
   extern int process_request(soapstream *);
  
  
  
  1.3       +1 -1      xml-axis/c/src/engine/AxisEngine.h
  
  Index: AxisEngine.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/AxisEngine.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisEngine.h	15 Jul 2003 05:38:03 -0000	1.2
  +++ AxisEngine.h	24 Jul 2003 09:28:49 -0000	1.3
  @@ -81,7 +81,7 @@
   	SoapDeSerializer* m_pDZ;
   	WSDDDeployment* m_pWSDD;
   	HandlerPool* m_pHandlerPool;
  -  string m_sResponse;
  +//  string m_sResponse;
   private:
   	BasicHandler* m_pWebService;
   	int Initialize();