summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/SessionId.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/SessionId.h')
-rw-r--r--qpid/cpp/include/qpid/SessionId.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/SessionId.h b/qpid/cpp/include/qpid/SessionId.h
index e18b360999..4720949175 100644
--- a/qpid/cpp/include/qpid/SessionId.h
+++ b/qpid/cpp/include/qpid/SessionId.h
@@ -39,7 +39,7 @@ namespace qpid {
* The name must be unique among sessions with the same authentication
* principal.
*/
-class SessionId : boost::totally_ordered1<SessionId> {
+class QPID_COMMON_CLASS_EXTERN SessionId : boost::totally_ordered1<SessionId> {
std::string userId;
std::string name;
public: