ctkServiceRegistration.cxx 288 B

123456789101112131415161718192021
  1. #include "ctkServiceRegistration.h"
  2. namespace ctk {
  3. ServiceReference ServiceRegistration::getReference() const
  4. {
  5. }
  6. void ServiceRegistration::setProperties(const PluginContext::ServiceProperties& properties)
  7. {
  8. }
  9. void ServiceRegistration::unregister() const
  10. {
  11. }
  12. }