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 su...@apache.org on 2003/10/10 14:16:28 UTC

cvs commit: ws-axis/c/src/common IWrapperSoapSerializer.h

susantha    2003/10/10 05:16:28

  Modified:    c/src/common IWrapperSoapSerializer.h
  Log:
  corrected minor mistake
  
  Revision  Changes    Path
  1.12      +1 -1      ws-axis/c/src/common/IWrapperSoapSerializer.h
  
  Index: IWrapperSoapSerializer.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/IWrapperSoapSerializer.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- IWrapperSoapSerializer.h	10 Oct 2003 11:26:29 -0000	1.11
  +++ IWrapperSoapSerializer.h	10 Oct 2003 12:16:28 -0000	1.12
  @@ -93,7 +93,7 @@
   	virtual int AddOutputParam(const AxisChar* pchName, double dValue)=0;
   	virtual int AddOutputParam(const AxisChar* pchName, struct tm tValue)=0;
   	virtual int AddOutputParam(const AxisChar* pchName, const AxisChar* pStrValue)=0;
  -	virtual int AddOutputParam(const AxisChar* pchName, const string& sStrValue);
  +	virtual int AddOutputParam(const AxisChar* pchName, const string& sStrValue)=0;
   	//for arrays
   	virtual int AddOutputParam(const AxisChar* pchName, const Axis_Array* pArray, void* pSZFunct, void* pDelFunct, void* pSizeFunct, const AxisChar* pchTypeName, const AxisChar* pchURI)=0;
   	virtual int AddOutputParam(const AxisChar* pchName, const Axis_Array* pArray, XSDTYPE nType)=0;