From 0ee2067da40e17906eb4b89a73f233d07ec5d32d Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 1 Apr 2010 16:28:38 +0000 Subject: Add missing QPID_COMMON_EXTERNs to fix build on Windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930031 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/framing/Uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include/qpid/framing') diff --git a/cpp/include/qpid/framing/Uuid.h b/cpp/include/qpid/framing/Uuid.h index 2cca6e9dfe..d357538b4d 100644 --- a/cpp/include/qpid/framing/Uuid.h +++ b/cpp/include/qpid/framing/Uuid.h @@ -61,7 +61,7 @@ struct Uuid : public boost::array { void clear(); /** Test for null (all zeros). */ - bool isNull() const; + QPID_COMMON_EXTERN bool isNull() const; operator bool() const { return !isNull(); } bool operator!() const { return isNull(); } -- cgit v1.2.1