Author: shuston
Date: Fri Apr 20 13:35:17 2012
New Revision: 1328372

URL: http://svn.apache.org/viewvc?rev=1328372&view=rev
Log:
Add missing QPID_COMMON_EXTERN on Invalid needed by recent ha Backup.cpp 
reference to it. NO-JIRA

Modified:
    qpid/trunk/qpid/cpp/include/qpid/Url.h

Modified: qpid/trunk/qpid/cpp/include/qpid/Url.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/Url.h?rev=1328372&r1=1328371&r2=1328372&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/Url.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/Url.h Fri Apr 20 13:35:17 2012
@@ -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;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to