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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to