diff options
| author | Stephen D. Huston <shuston@apache.org> | 2012-04-23 19:54:21 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2012-04-23 19:54:21 +0000 |
| commit | 80405967e0b6a241b92b6a6e6b532aa95eab0cea (patch) | |
| tree | 5f7290824de1e2e38aed400985c1d58f453a3560 /cpp/include/qpid | |
| parent | 346dcd662b554453b73ff6d87c5a173841d814d6 (diff) | |
| download | qpid-python-80405967e0b6a241b92b6a6e6b532aa95eab0cea.tar.gz | |
Added missing externs for Windows builds. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1329410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid')
| -rw-r--r-- | cpp/include/qpid/Url.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/Url.h b/cpp/include/qpid/Url.h index 4c751fa2f7..b3ff9576e2 100644 --- a/cpp/include/qpid/Url.h +++ b/cpp/include/qpid/Url.h @@ -39,7 +39,7 @@ struct Url : public std::vector<Address> { * on a multi-homed host. */ QPID_COMMON_EXTERN static Url getIpAddressesUrl(uint16_t port); - QPID_COMMON_EXTERN struct Invalid : public Exception { Invalid(const std::string& s); }; + struct Invalid : public Exception { QPID_COMMON_EXTERN Invalid(const std::string& s); }; /** Convert to string form. */ QPID_COMMON_EXTERN std::string str() const; |
