ソースを参照

Use the usual export macro, since it has been fixed now.

Sascha Zelzer 14 年 前
コミット
8f28d08411

+ 1 - 1
Libs/PluginFramework/ctkPluginDatabaseException.h

@@ -27,7 +27,7 @@
 /**
  * \ingroup PluginFramework
  */
-class Q_DECL_EXPORT ctkPluginDatabaseException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkPluginDatabaseException : public ctkRuntimeException
 {
 public:
 

+ 1 - 1
Libs/PluginFramework/ctkPluginException.h

@@ -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
 {
 public:
 

+ 1 - 1
Libs/PluginFramework/ctkRuntimeException.h

@@ -32,7 +32,7 @@
 /**
  * \ingroup PluginFramework
  */
-class Q_DECL_EXPORT ctkRuntimeException : public std::runtime_error
+class CTK_PLUGINFW_EXPORT ctkRuntimeException : public std::runtime_error
 {
 public:
 

+ 1 - 1
Libs/PluginFramework/ctkServiceException.h

@@ -38,7 +38,7 @@
  * <p>
  * This exception conforms to the general purpose exception chaining mechanism.
  */
-class Q_DECL_EXPORT ctkServiceException : public ctkRuntimeException
+class CTK_PLUGINFW_EXPORT ctkServiceException : public ctkRuntimeException
 {
 public:
 

+ 1 - 1
Libs/PluginFramework/service/cm/ctkConfigurationException.h

@@ -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
 {
 
 public: