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 ra...@apache.org on 2005/02/22 15:41:54 UTC

cvs commit: ws-axis/c/include/axis ISoapAttachment.hpp

rangika     2005/02/22 06:41:54

  Modified:    c/include/axis ISoapAttachment.hpp
  Log:
  Modified to support Binary attachments.
  
  Revision  Changes    Path
  1.3       +8 -0      ws-axis/c/include/axis/ISoapAttachment.hpp
  
  Index: ISoapAttachment.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/ISoapAttachment.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ISoapAttachment.hpp	21 Jan 2005 12:26:14 -0000	1.2
  +++ ISoapAttachment.hpp	22 Feb 2005 14:41:54 -0000	1.3
  @@ -36,6 +36,13 @@
   
   AXIS_CPP_NAMESPACE_START
   
  +typedef enum 
  +{ 
  +    AXIS_BASE64=0, 
  +    AXIS_BINARY = 1
  +} AXIS_ATTACHMENT_ENCODING_TYPE;
  +
  +
   class STORAGE_CLASS_INFO ISoapAttachment  
   {
   public:
  @@ -69,3 +76,4 @@
   AXIS_CPP_NAMESPACE_END
   
   #endif // !defined(AFX_ISOAPATTACHMENT_H__8B3A65FD_40A6_45B2_A8C5_295DE4222952__INCLUDED_)
  +