pnoltes commented on code in PR #476: URL: https://github.com/apache/celix/pull/476#discussion_r1117905733
########## libs/framework/include/bundle_revision.h: ########## @@ -109,7 +101,8 @@ celix_status_t bundleRevision_getManifest(bundle_revision_pt revision, manifest_ * - CELIX_SUCCESS when no errors are encountered. * - CELIX_ILLEGAL_ARGUMENT If <code>revision</code> is illegal. */ -celix_status_t bundleRevision_getHandles(bundle_revision_pt revision, celix_array_list_t **handles); +celix_status_t bundleRevision_getHandles(const bundle_revision_t* revision, celix_array_list_t **handles) Review Comment: Adding an empty implementation instead, because technically bundle_revision.h is a public header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
