MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Stop

Function Stop

doc/src/tutorial/dictionaryclient/Activator.cpp:114–118  ·  view source on GitHub ↗

* Implements BundleActivator::Stop(). Does nothing since * the C++ Micro Services library will automatically unget any used services. * @param context the context for the bundle. */

Source from the content-addressed store, hash-verified

112 * @param context the context for the bundle.
113 */
114 void
115 Stop(BundleContext /*context*/)
116 {
117 // NOTE: The service is automatically released.
118 }
119 };
120} // namespace
121

Callers 1

StopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected