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/06/30 16:05:05 UTC

cvs commit: xml-axis/c/src/wsdd WSDDDocument.h

sanjaya     2003/06/30 07:05:04

  Modified:    c/src/wsdd WSDDDocument.h
  Log:
  added variables to help clean up XMLString::transcode strings
  
  Revision  Changes    Path
  1.2       +6 -0      xml-axis/c/src/wsdd/WSDDDocument.h
  
  Index: WSDDDocument.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/wsdd/WSDDDocument.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WSDDDocument.h	25 Jun 2003 05:55:48 -0000	1.1
  +++ WSDDDocument.h	30 Jun 2003 14:05:04 -0000	1.2
  @@ -104,6 +104,12 @@
   	WSDDService * tempService;
   	WSDDTransport * tempTr;
   	AXIS_PROTOCOL_TYPE protocol;
  +	char * ch;
  +	XMLCh * xch;
  +	XMLCh * xchName;
  +	XMLCh * xchValue;
  +	XMLCh * xchType;
  +	char * svsch;
   public:
   	WSDDDocument();
   	~WSDDDocument();