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/01/18 12:18:28 UTC

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

rangika     2005/01/18 03:18:28

  Modified:    c/src/common AxisUtils.h
  Log:
  made the decodeFromBase64Binary method static
  
  Revision  Changes    Path
  1.19      +1 -1      ws-axis/c/src/common/AxisUtils.h
  
  Index: AxisUtils.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisUtils.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AxisUtils.h	18 Jan 2005 10:48:15 -0000	1.18
  +++ AxisUtils.h	18 Jan 2005 11:18:28 -0000	1.19
  @@ -41,7 +41,7 @@
       friend class TypeMapping;
       friend class URIMapping;
       public:
  -	    xsd__base64Binary decodeFromBase64Binary(const AxisChar* pValue);
  +	    static xsd__base64Binary decodeFromBase64Binary(const AxisChar* pValue);
           /*
   	 * Converts the given character pointer value to lowercase.
   	 * @param pchWord The character pointer to be converted.