You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/09/04 14:02:01 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLNetAccessor.hpp

cargilld    2004/09/04 05:02:01

  Modified:    c/src/xercesc/util XMLNetAccessor.hpp
  Log:
  XercesC-1269 Fix: Remove extra comma.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xerces/c/src/xercesc/util/XMLNetAccessor.hpp
  
  Index: XMLNetAccessor.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLNetAccessor.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLNetAccessor.hpp	11 May 2004 13:39:35 -0000	1.6
  +++ XMLNetAccessor.hpp	4 Sep 2004 12:02:01 -0000	1.7
  @@ -77,7 +77,7 @@
       typedef enum {
           GET,
           PUT,
  -        POST,
  +        POST
       } HTTPMethod;
   
       // -----------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org