|
@@ -38,7 +38,7 @@ class ctkServiceRegistrationPrivate
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
|
|
|
- ctkServiceRegistration* const q_ptr;
|
|
|
|
|
|
+ friend class ctkServiceRegistration;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Reference count for implicitly shared private implementation.
|
|
* Reference count for implicitly shared private implementation.
|
|
@@ -52,9 +52,6 @@ protected:
|
|
|
|
|
|
public:
|
|
public:
|
|
|
|
|
|
- Q_DECLARE_PUBLIC(ctkServiceRegistration);
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Plugin registering this service.
|
|
* Plugin registering this service.
|
|
*/
|
|
*/
|
|
@@ -101,7 +98,7 @@ public:
|
|
|
|
|
|
QMutex propsLock;
|
|
QMutex propsLock;
|
|
|
|
|
|
- ctkServiceRegistrationPrivate(ctkServiceRegistration* sr, ctkPluginPrivate* plugin, QObject* service,
|
|
|
|
|
|
+ ctkServiceRegistrationPrivate(ctkPluginPrivate* plugin, QObject* service,
|
|
const ServiceProperties& props);
|
|
const ServiceProperties& props);
|
|
|
|
|
|
virtual ~ctkServiceRegistrationPrivate();
|
|
virtual ~ctkServiceRegistrationPrivate();
|