diff options
| author | Stephen D. Huston <shuston@apache.org> | 2013-06-06 17:17:05 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2013-06-06 17:17:05 +0000 |
| commit | 766ca7bc5ce336884970c867b4dd14248db5bf7e (patch) | |
| tree | 1729e3e70f7c9c2b8e0aa8fe02ade0d786793c96 /cpp/src/qpid/messaging/AddressParser.h | |
| parent | 7d75a4a61749bb0b4a6f97346879f0b9744de479 (diff) | |
| download | qpid-python-766ca7bc5ce336884970c867b4dd14248db5bf7e.tar.gz | |
Allows QMF to build on Windows; resolves QPID-4909.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1490363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/AddressParser.h')
| -rw-r--r-- | cpp/src/qpid/messaging/AddressParser.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/src/qpid/messaging/AddressParser.h b/cpp/src/qpid/messaging/AddressParser.h index 1635331d19..5e429e1ca9 100644 --- a/cpp/src/qpid/messaging/AddressParser.h +++ b/cpp/src/qpid/messaging/AddressParser.h @@ -21,6 +21,7 @@ * under the License. * */ +#include "qpid/messaging/ImportExport.h" #include "qpid/messaging/Address.h" namespace qpid { @@ -29,10 +30,10 @@ namespace messaging { class AddressParser { public: - AddressParser(const std::string&); + QPID_MESSAGING_EXTERN AddressParser(const std::string&); bool parse(Address& address); - bool parseMap(qpid::types::Variant::Map& map); - bool parseList(qpid::types::Variant::List& list); + QPID_MESSAGING_EXTERN bool parseMap(qpid::types::Variant::Map& map); + QPID_MESSAGING_EXTERN bool parseList(qpid::types::Variant::List& list); private: const std::string& input; std::string::size_type current; |
