You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2013/06/26 22:21:40 UTC

svn commit: r1497074 - /qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h

Author: chug
Date: Wed Jun 26 20:21:39 2013
New Revision: 1497074

URL: http://svn.apache.org/r1497074
Log:
QPID-4919: repair r1497036 for windows builds

Modified:
    qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h

Modified: qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h?rev=1497074&r1=1497073&r2=1497074&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/CodecsInternal.h Wed Jun 26 20:21:39 2013
@@ -21,6 +21,7 @@
  * under the License.
  *
  */
+#include "qpid/CommonImportExport.h"
 #include "qpid/types/Variant.h"
 
 namespace qpid {
@@ -28,13 +29,13 @@ namespace framing {
 class Buffer;
 }
 namespace amqp_0_10 {
-void encode(const qpid::types::Variant::Map& map, uint32_t len, qpid::framing::Buffer& buffer);
-void encode(const qpid::types::Variant::List& list, uint32_t len, qpid::framing::Buffer& buffer);
-void encode(const qpid::types::Variant& value, qpid::framing::Buffer& buffer);
-void encode(const std::string& value, const std::string& encoding, qpid::framing::Buffer& buffer);
-uint32_t encodedSize(const qpid::types::Variant::Map& values);
-uint32_t encodedSize(const qpid::types::Variant::List& values);
-uint32_t encodedSize(const std::string& value);
+QPID_COMMON_EXTERN void encode(const qpid::types::Variant::Map& map, uint32_t len, qpid::framing::Buffer& buffer);
+QPID_COMMON_EXTERN void encode(const qpid::types::Variant::List& list, uint32_t len, qpid::framing::Buffer& buffer);
+QPID_COMMON_EXTERN void encode(const qpid::types::Variant& value, qpid::framing::Buffer& buffer);
+QPID_COMMON_EXTERN void encode(const std::string& value, const std::string& encoding, qpid::framing::Buffer& buffer);
+QPID_COMMON_EXTERN uint32_t encodedSize(const qpid::types::Variant::Map& values);
+QPID_COMMON_EXTERN uint32_t encodedSize(const qpid::types::Variant::List& values);
+QPID_COMMON_EXTERN uint32_t encodedSize(const std::string& value);
 
 }} // namespace qpid::amqp_0_10
 



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