summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/Address.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/Address.h')
-rwxr-xr-xqpid/cpp/include/qpid/Address.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/include/qpid/Address.h b/qpid/cpp/include/qpid/Address.h
index f5b19d0532..a60942e4f0 100755
--- a/qpid/cpp/include/qpid/Address.h
+++ b/qpid/cpp/include/qpid/Address.h
@@ -29,13 +29,13 @@ namespace client { struct ConnectionSettings; }
/**
- * Contains the protocol address of an AMQP broker.
+ * Contains the protocol address of an AMQP broker.
*/
-struct Address {
+struct QPID_COMMON_CLASS_EXTERN Address {
public:
static const std::string TCP; // Default TCP protocol tag.
static const uint16_t AMQP_PORT=5672; // Default AMQP port.
-
+
QPID_COMMON_INLINE_EXTERN explicit Address(
const std::string& protocol_=std::string(),
const std::string& host_=std::string(),