@@ -27,7 +27,7 @@
/**
* \ingroup PluginFramework
*/
-class Q_DECL_EXPORT ctkPluginDatabaseException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkPluginDatabaseException : public ctkRuntimeException
{
public:
@@ -39,7 +39,7 @@
* <p>
* This exception conforms to the general purpose exception chaining mechanism.
-class Q_DECL_EXPORT ctkPluginException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkPluginException : public ctkRuntimeException
@@ -32,7 +32,7 @@
-class Q_DECL_EXPORT ctkRuntimeException : public std::runtime_error
+class CTK_PLUGINFW_EXPORT ctkRuntimeException : public std::runtime_error
@@ -38,7 +38,7 @@
-class Q_DECL_EXPORT ctkServiceException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkServiceException : public ctkRuntimeException
@@ -31,7 +31,7 @@
* An exception class to inform the Configuration Admin service
* of problems with configuration data.
-class Q_DECL_EXPORT ctkConfigurationException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkConfigurationException : public ctkRuntimeException