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 sa...@apache.org on 2003/09/15 05:53:54 UTC

cvs commit: xml-axis/c/src/common Packet.h

sanjaya     2003/09/14 20:53:54

  Modified:    c/src/common Packet.h
  Log:
  added new function set_header to set http headers to the Ax_soapstream
  structure.
  
  Revision  Changes    Path
  1.11      +1 -0      xml-axis/c/src/common/Packet.h
  
  Index: Packet.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/common/Packet.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Packet.h	12 Sep 2003 09:26:18 -0000	1.10
  +++ Packet.h	15 Sep 2003 03:53:54 -0000	1.11
  @@ -123,6 +123,7 @@
   	AXIS_PROTOCOL_TYPE trtype;
   } Ax_soapstream;
   
  +int set_header(Ax_soapstream* soap, char * pchkey, char * pchvalue);
   const char* get_header(const Ax_soapstream* soap, const char* pchkey);
   const char* get_service_from_uri(const Ax_soapstream* soap);