You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/06/14 13:08:55 UTC

cvs commit: ws-axis/c/include/axis/server SoapDeSerializer.h

roshan      2004/06/14 04:08:55

  Modified:    c/include/axis/server SoapDeSerializer.h
  Log:
  Applied Amila's patch for supporting xsd:any type
  
  Revision  Changes    Path
  1.22      +2 -1      ws-axis/c/include/axis/server/SoapDeSerializer.h
  
  Index: SoapDeSerializer.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/SoapDeSerializer.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- SoapDeSerializer.h	13 Jun 2004 12:47:37 -0000	1.21
  +++ SoapDeSerializer.h	14 Jun 2004 11:08:55 -0000	1.22
  @@ -204,7 +204,8 @@
       AXIS_BINDING_STYLE getStyle(){return m_nStyle;};    
       XSDTYPE getXSDType(const AnyElement* pElement);
       int AXISCALL getStatus(){return m_nStatus;};
  -	AnyType* AXISCALL getAnyObject();            
  +	AnyType* AXISCALL getAnyObject();
  +    AxisString serializeTag(const AnyElement* node);
   
   private:
       int getElementForAttributes(const AxisChar* pName,