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 | 2573939724c4e99ad027271dffd3ce1df1df4731 (patch) | |
| tree | 5f7290824de1e2e38aed400985c1d58f453a3560 /cpp/include | |
| parent | 9cd92e3d26c639d49ee803c6fc3c07d604867e8c (diff) | |
| download | qpid-python-2573939724c4e99ad027271dffd3ce1df1df4731.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')
| -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; |
