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 2015/08/12 11:25:45 UTC

[jira] [Created] (CELIX-249) Refactor most char * useage to const char *

Pepijn Noltes created CELIX-249:
-----------------------------------

             Summary: Refactor most char * useage to const char *
                 Key: CELIX-249
                 URL: https://issues.apache.org/jira/browse/CELIX-249
             Project: Celix
          Issue Type: Improvement
            Reporter: Pepijn Noltes
            Priority: Minor


In most cases when char * is used in a function const char * should be used instead. 
Example are bundleContext_registerService, properties_set, etc

As result a lot of cast to char * can be removed.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)