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 "Maciek Samsel (JIRA)" <xe...@xml.apache.org> on 2005/03/17 15:13:22 UTC

[jira] Created: (XERCESC-1386) Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers

Inconsistent definition of  number of methods in PSVIWriter and PSVIWriterHandlers
----------------------------------------------------------------------------------

         Key: XERCESC-1386
         URL: http://issues.apache.org/jira/browse/XERCESC-1386
     Project: Xerces-C++
        Type: Bug
  Components: Samples/Tests  
    Versions: 2.6.0    
 Environment: Solaris 2.8 SPARCompiler 4.2
    Reporter: Maciek Samsel


Please reslove "constness" of ALL parameters in methods (samples/PSVIWriter):

PSVIWriter::sendElementEmpty
PSVIWriterHandlers::sendElementValueInt
PSVIWriterHandlers::sendElementValue
PSVIWriterHandlers::sendIndentedElement
PSVIWriterHandlers::writeValue


They all fail compilation due to different declaration in class definition and method definition.

(e.g. one place they have parameter: "const some_type * const" in the other place like this: "const some_type *")


That's again not acceptable for strict/non-lenient compilers.

-- 
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


[jira] Resolved: (XERCESC-1386) Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1386?page=history ]
     
Alberto Massari resolved XERCESC-1386:
--------------------------------------

    Resolution: Fixed

A fix is in CVS. Please verify.

Alberto

> Inconsistent definition of  number of methods in PSVIWriter and PSVIWriterHandlers
> ----------------------------------------------------------------------------------
>
>          Key: XERCESC-1386
>          URL: http://issues.apache.org/jira/browse/XERCESC-1386
>      Project: Xerces-C++
>         Type: Bug
>   Components: Samples/Tests
>     Versions: 2.6.0
>  Environment: Solaris 2.8 SPARCompiler 4.2
>     Reporter: Maciek Samsel

>
> Please reslove "constness" of ALL parameters in methods (samples/PSVIWriter):
> PSVIWriter::sendElementEmpty
> PSVIWriterHandlers::sendElementValueInt
> PSVIWriterHandlers::sendElementValue
> PSVIWriterHandlers::sendIndentedElement
> PSVIWriterHandlers::writeValue
> They all fail compilation due to different declaration in class definition and method definition.
> (e.g. one place they have parameter: "const some_type * const" in the other place like this: "const some_type *")
> That's again not acceptable for strict/non-lenient compilers.

-- 
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