summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2012-04-20 13:35:17 +0000
committerStephen D. Huston <shuston@apache.org>2012-04-20 13:35:17 +0000
commit4306c93075c1178269752689877b1e44ad529fad (patch)
tree5f72fdbfa996d468e57d1f9dceb251250b110633
parent0da61e0616fa5804b53dfe5cc3d0655929c28e0b (diff)
downloadqpid-python-4306c93075c1178269752689877b1e44ad529fad.tar.gz
Add missing QPID_COMMON_EXTERN on Invalid needed by recent ha Backup.cpp reference to it. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328372 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/include/qpid/Url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/Url.h b/qpid/cpp/include/qpid/Url.h
index 6dc7c787ee..4c751fa2f7 100644
--- a/qpid/cpp/include/qpid/Url.h
+++ b/qpid/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);
- struct Invalid : public Exception { Invalid(const std::string& s); };
+ QPID_COMMON_EXTERN struct Invalid : public Exception { Invalid(const std::string& s); };
/** Convert to string form. */
QPID_COMMON_EXTERN std::string str() const;