summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/framing/Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/framing/Array.h')
-rw-r--r--qpid/cpp/src/qpid/framing/Array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/framing/Array.h b/qpid/cpp/src/qpid/framing/Array.h
index e714b7133f..0b6b704ed2 100644
--- a/qpid/cpp/src/qpid/framing/Array.h
+++ b/qpid/cpp/src/qpid/framing/Array.h
@@ -47,7 +47,7 @@ class Array
QPID_COMMON_EXTERN void decode(Buffer& buffer);
QPID_COMMON_EXTERN int count() const;
- bool operator==(const Array& other) const;
+ QPID_COMMON_EXTERN bool operator==(const Array& other) const;
QPID_COMMON_EXTERN Array();
QPID_COMMON_EXTERN Array(TypeCode type);
@@ -87,7 +87,7 @@ class Array
TypeCode type;
ValueVector values;
- friend std::ostream& operator<<(std::ostream& out, const Array& body);
+ friend QPID_COMMON_EXTERN std::ostream& operator<<(std::ostream& out, const Array& body);
};
}