Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using OSGi nomenclature #1

Closed
jeffdiclemente opened this issue Aug 4, 2015 · 0 comments
Closed

Switch to using OSGi nomenclature #1

jeffdiclemente opened this issue Aug 4, 2015 · 0 comments
Assignees
Milestone

Comments

@jeffdiclemente
Copy link
Owner

We want to be consistent with OSGi in every way which makes sense in the native C++ world. One of these ways is nomenclature/terminology.

All terminology within CppMicroServices (code and documentation) should be changed to use OSGi nomenclature, where applicable.

Some examples:

CppMicroServices 2.1.0 terminology OSGi terminology
us::Module::Start() us::Bundle::Start()
us::Module::Stop() us::Bundle::Stop()
us::ModuleActivator::Load() us::BundleActivator::Start()
us::ModuleActivator::UnLoad() us::BundleActivator::Stop()
us::ModuleContext::InstallBundle(...) us::BundleContext::InstallBundle(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant