This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/87-refactor-use-services
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/87-refactor-use-services by this push:
new 9776dafb gh-87: Update conan test package useService usage
9776dafb is described below
commit 9776dafb17fc05e866a7c8ef29b93699420698d2
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Mar 24 16:55:37 2024 +0100
gh-87: Update conan test package useService usage
---
examples/conan_test_package/test_shell.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/examples/conan_test_package/test_shell.c
b/examples/conan_test_package/test_shell.c
index b4919350..626202e5 100644
--- a/examples/conan_test_package/test_shell.c
+++ b/examples/conan_test_package/test_shell.c
@@ -65,7 +65,6 @@ int main() {
opts.filter.serviceName = CELIX_SHELL_SERVICE_NAME;
opts.callbackHandle = NULL;
opts.waitTimeoutInSeconds = 1.0;
- opts.flags = CELIX_SERVICE_USE_DIRECT | CELIX_SERVICE_USE_SOD;
opts.use = use;
bool called = celix_bundleContext_useServiceWithOptions(ctx, &opts);
assert(called);
@@ -73,5 +72,3 @@ int main() {
celix_frameworkFactory_destroyFramework(fw);
return 0;
}
-
-