You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by xe...@xml.apache.org on 2004/09/13 10:37:38 UTC

[jira] Updated: (XERCESC-1269) XMLNetAccessor.hpp - extraneous comma causes SunPro CC compiler to fail

The following issue has been updated:

    Updater: Alberto Massari (mailto:amassari@progress.com)
       Date: Mon, 13 Sep 2004 1:37 AM
    Changes:
             summary changed from XMLNetAccessor.hpp - extraneous comment causes SunPro CC compiler to fail to XMLNetAccessor.hpp - extraneous comma causes SunPro CC compiler to fail
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCESC-1269?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1269

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1269
    Summary: XMLNetAccessor.hpp - extraneous comma causes SunPro CC compiler to fail
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Xerces-C++
 Components: 
             Utilities
   Versions:
             2.5.0

   Assignee: 
   Reporter: Greg Franks

    Created: Fri, 3 Sep 2004 5:50 PM
    Updated: Mon, 13 Sep 2004 1:37 AM
Environment: % CC -V
CC: WorkShop Compilers 5.0 02/10/08 C++ 5.0 Patch 107311-19
% uname -a
SunOS merlin.sce.carleton.ca 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Blade-100
% 



Description:
% cvs diff -u XMLNetAccessor.hpp
Index: XMLNetAccessor.hpp
===================================================================
RCS file: /home/cvspublic/xml-xerces/c/src/xercesc/util/XMLNetAccessor.hpp,v
retrieving revision 1.6
diff -u -r1.6 XMLNetAccessor.hpp
--- XMLNetAccessor.hpp  11 May 2004 13:39:35 -0000      1.6
+++ XMLNetAccessor.hpp  4 Sep 2004 00:48:22 -0000
@@ -77,7 +77,7 @@
     typedef enum {
         GET,
         PUT,
-        POST,
+        POST
     } HTTPMethod;

     // -----------------------------------------------------------------------
% 





---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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