You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (Jira)" <ji...@apache.org> on 2019/09/17 18:04:00 UTC

[jira] [Created] (CELIX-468) Create celix_constants.h to replace constants.h

Pepijn Noltes created CELIX-468:
-----------------------------------

             Summary: Create celix_constants.h to replace constants.h 
                 Key: CELIX-468
                 URL: https://issues.apache.org/jira/browse/CELIX-468
             Project: Celix
          Issue Type: Improvement
            Reporter: Pepijn Noltes
            Assignee: Pepijn Noltes


Most of the celix user API got a celix_ prefixed alternative. This is not jet the case fo the constants.h. This is needed, because a header name constants.h can easily lead to clashed. 

Note this needs to be done correctly ->All the celix_*.h headers depending on celix constants need to include celix_constants.h and not constants.h (i.e. move all contants to celix_constants.h and include that from constants. Also when needed add a CELIX_ prefix to the constants in the celix_contants.h)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)