summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-08-26 22:16:01 +0000
committerAlan Conway <aconway@apache.org>2011-08-26 22:16:01 +0000
commit42c59ff146df419e273b5efa923eac9114f78bf6 (patch)
treeee18e539726b42496ba9ee4ba3be198793c7f6bb /cpp/src
parentefb4e520ccda0ef05a7178ada99fd73175b648c3 (diff)
downloadqpid-python-42c59ff146df419e273b5efa923eac9114f78bf6.tar.gz
QPID-3457: qpid::Msg::str() method not exported
Previous fix was incomplete. The class Msg is used by Variant.cpp in the types library. Moved the Msg class from common to types library. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1162273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index e502000758..9171caed1e 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -435,7 +435,6 @@ libqpidcommon_la_SOURCES += \
qpid/log/OstreamOutput.h \
qpid/log/Selector.cpp \
qpid/log/Statement.cpp \
- qpid/Msg.cpp \
qpid/management/Buffer.cpp \
qpid/management/ConnectionSettings.cpp \
qpid/management/Manageable.cpp \
@@ -745,6 +744,7 @@ libqpidclient_la_LDFLAGS = -version-info $(QPIDCLIENT_VERSION_INFO)
libqpidtypes_la_LIBADD= -luuid
libqpidtypes_la_SOURCES= \
+ qpid/Msg.cpp \
qpid/types/Exception.cpp \
qpid/types/Uuid.cpp \
qpid/types/Variant.cpp \