diff options
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/Url.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/Url.h b/cpp/include/qpid/Url.h index 44b13b0c2a..5f6ff990ac 100644 --- a/cpp/include/qpid/Url.h +++ b/cpp/include/qpid/Url.h @@ -70,12 +70,12 @@ struct Url : public std::vector<Address> { QPID_COMMON_EXTERN void parse(const std::string& url) { parse(url.c_str()); } /** Replace contesnts with parsed URL. Replace with empty URL if invalid. */ - void parseNoThrow(const char* url); + QPID_COMMON_EXTERN void parseNoThrow(const char* url); /** Add a protocol tag to be recognzed in URLs. * Only for use by protcol plug-in initializers. */ - static void addProtocol(const std::string& tag); + QPID_COMMON_EXTERN static void addProtocol(const std::string& tag); private: mutable std::string cache; // cache string form for efficiency. |
