]> granicus.if.org Git - icinga2/commitdiff
Fix: Added missing DLL exports for Windows.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 17 Oct 2012 10:03:07 +0000 (12:03 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 17 Oct 2012 10:03:07 +0000 (12:03 +0200)
lib/base/exception.h

index b4ead45a8e45daa1c958ca11cbdcc35509c7f7c4..dbf574a91c0ab8754e70e8e9617450fb98f4d140 100644 (file)
@@ -89,7 +89,7 @@ DEFINE_EXCEPTION_CLASS(NotImplementedException);
  *
  * @ingroup base
  */
-class Win32Exception : public Exception
+class I2_BASE_API Win32Exception : public Exception
 {
 public:
        /**
@@ -117,7 +117,7 @@ public:
  *
  * @ingroup base
  */
-class PosixException : public Exception
+class I2_BASE_API PosixException : public Exception
 {
 public:
        /**
@@ -144,7 +144,7 @@ public:
  *
  * @ingroup base
  */
-class OpenSSLException : public Exception
+class I2_BASE_API OpenSSLException : public Exception
 {
 public:
        /**