Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1386

Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.7.0
    • Samples/Tests
    • None
    • Solaris 2.8 SPARCompiler 4.2

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            macieks Maciek Samsel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: