BIND 10 trac2117, updated. ad905e2e7a7713a63680cca31bbb645a42f37641 ISC_PYTHON_WRAPPER_API -> B10_PYTHON_WRAPPER_API

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 20 16:39:51 UTC 2012


The branch, trac2117 has been updated
       via  ad905e2e7a7713a63680cca31bbb645a42f37641 (commit)
      from  249bcc81835a1e1ef7cdc7220c22c149ff5731b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad905e2e7a7713a63680cca31bbb645a42f37641
Author: Francis Dupont <fdupont at isc.org>
Date:   Mon Aug 20 18:39:40 2012 +0200

    ISC_PYTHON_WRAPPER_API -> B10_PYTHON_WRAPPER_API

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/python/dll.h                |    6 +++---
 src/lib/util/python/pycppwrapper_util.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/dll.h b/src/lib/dns/python/dll.h
index fa104fe..559786a 100644
--- a/src/lib/dns/python/dll.h
+++ b/src/lib/dns/python/dll.h
@@ -26,12 +26,12 @@
 #endif
 
 #if !defined(_WIN32) || defined(USE_STATIC_LINK) || defined(USE_STATIC_WRAPPER)
-#define ISC_PYTHON_WRAPPER_API
+#define B10_PYTHON_WRAPPER_API
 #else
 #ifdef B10_LIBDNS_PYTHON_EXPORT
-#define ISC_PYTHON_WRAPPER_API __declspec(dllexport)
+#define B10_PYTHON_WRAPPER_API __declspec(dllexport)
 #else
-#define ISC_PYTHON_WRAPPER_API __declspec(dllimport)
+#define B10_PYTHON_WRAPPER_API __declspec(dllimport)
 #endif
 #endif
 
diff --git a/src/lib/util/python/pycppwrapper_util.h b/src/lib/util/python/pycppwrapper_util.h
index 9a2ac5d..4aa776c 100644
--- a/src/lib/util/python/pycppwrapper_util.h
+++ b/src/lib/util/python/pycppwrapper_util.h
@@ -61,7 +61,7 @@ namespace python {
 
 /// This is thrown inside this utility when it finds a NULL pointer is passed
 /// when it should not be NULL.
-class ISC_PYTHON_WRAPPER_API PyCPPWrapperException : public isc::Exception {
+class B10_PYTHON_WRAPPER_API PyCPPWrapperException : public isc::Exception {
 public:
     PyCPPWrapperException(const char* file, size_t line, const char* what) :
         isc::Exception(file, line, what) {}



More information about the bind10-changes mailing list