You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2010/05/11 18:23:36 UTC

svn commit: r943164 - /qpid/trunk/qpid/cpp/include/qpid/Url.h

Author: tross
Date: Tue May 11 16:23:36 2010
New Revision: 943164

URL: http://svn.apache.org/viewvc?rev=943164&view=rev
Log:
Added missing EXTERNs for Windows

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=943164&r1=943163&r2=943164&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/Url.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/Url.h Tue May 11 16:23:36 2010
@@ -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.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org