diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-04-01 16:28:38 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-04-01 16:28:38 +0000 |
| commit | 0ee2067da40e17906eb4b89a73f233d07ec5d32d (patch) | |
| tree | 1d1ee0ffacf88184538314b57937ae8fc02cab1d /cpp/include/qpid/framing | |
| parent | a088362495bcbae2b637b9e51fcf915c86b3ba40 (diff) | |
| download | qpid-python-0ee2067da40e17906eb4b89a73f233d07ec5d32d.tar.gz | |
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
Diffstat (limited to 'cpp/include/qpid/framing')
| -rw-r--r-- | cpp/include/qpid/framing/Uuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<uint8_t, 16> { 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(); } |
