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

XSTypeDefinition::getNamespace() is missing a const qualifier

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4
    • 3.2.0
    • None

    Description

      The function

      XSTypeDefinition::getNamespace()

      should have a const qualifier, just like

      XSTypeDefinition::getName()

      has.

      $ cd xerces-c-3.1.1/src/xercesc/framework/psvi/
      $ grep "XMLCh* getName" XSTypeDefinition.hpp
      virtual const XMLCh* getName() const = 0;
      virtual const XMLCh* getNamespace() = 0;

      Attachments

        Activity

          People

            scantor Scott Cantor
            eriksjolund Erik Sjölund
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: