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 "Ivan Kryak (JIRA)" <xe...@xml.apache.org> on 2007/04/10 12:24:32 UTC

[jira] Created: (XERCESC-1693) There's too simple name PARSER_HPP for a CPP directive

There's too simple name PARSER_HPP for a CPP directive
------------------------------------------------------

                 Key: XERCESC-1693
                 URL: https://issues.apache.org/jira/browse/XERCESC-1693
             Project: Xerces-C++
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: 2.7.0
         Environment: Linux FC6
xerces-c-2.7.0-6.fc6
            Reporter: Ivan Kryak
            Priority: Minor


There's too simple name PARSER_HPP for a CPP directive.

In the file /usr/include/xercesc/sax/Parser.hpp I can see the following,
#ifndef PARSER_HPP
#define PARSER_HPP

I think that this name is too simple for such library as Xercer-C++.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (XERCESC-1693) There's too simple name PARSER_HPP for a CPP directive

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Massari resolved XERCESC-1693.
--------------------------------------

    Resolution: Fixed

I have changed them to start with XERCESC_INCLUDE_GUARD (in the 3.0 SVN repository).

Alberto

> There's too simple name PARSER_HPP for a CPP directive
> ------------------------------------------------------
>
>                 Key: XERCESC-1693
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1693
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 2.7.0
>         Environment: Linux FC6
> xerces-c-2.7.0-6.fc6
>            Reporter: Ivan Kryak
>            Priority: Minor
>
> There's too simple name PARSER_HPP for a CPP directive.
> In the file /usr/include/xercesc/sax/Parser.hpp I can see the following,
> #ifndef PARSER_HPP
> #define PARSER_HPP
> I think that this name is too simple for such library as Xercer-C++.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1693) There's too simple name PARSER_HPP for a CPP directive

Posted by "Ivan Kryak (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487744 ] 

Ivan Kryak commented on XERCESC-1693:
-------------------------------------

May be it should better to add some prefix to directive names, like XERCES_

> There's too simple name PARSER_HPP for a CPP directive
> ------------------------------------------------------
>
>                 Key: XERCESC-1693
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1693
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 2.7.0
>         Environment: Linux FC6
> xerces-c-2.7.0-6.fc6
>            Reporter: Ivan Kryak
>            Priority: Minor
>
> There's too simple name PARSER_HPP for a CPP directive.
> In the file /usr/include/xercesc/sax/Parser.hpp I can see the following,
> #ifndef PARSER_HPP
> #define PARSER_HPP
> I think that this name is too simple for such library as Xercer-C++.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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