* Implements BundleActivator::Stop(). Does nothing since * the C++ Micro Services library will automatically unget any used services. * @param context the context for the bundle. */
| 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 |