inconsistency service_tracker.h
-------------------------------
Key: CELIX-26
URL: https://issues.apache.org/jira/browse/CELIX-26
Project: Celix
Issue Type: Improvement
Reporter: Pepijn Noltes
Priority: Trivial
The service_tracker has some inconsistencies. For example:
celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service,
SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter,
SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
Every service_tracker function should start with serviceTracker.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira