diff options
| author | Gordon Sim <gsim@apache.org> | 2010-03-29 19:21:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-03-29 19:21:26 +0000 |
| commit | 7689c1266e8f0950cd76e45fb6560a33f2a3dd6a (patch) | |
| tree | 9a5bfaa339d7576594edbf90e314e19f0807b18c /cpp/src/qpid/messaging/MessageImpl.cpp | |
| parent | 407dc0d5053e5301d998d532bf893888fa44b769 (diff) | |
| download | qpid-python-7689c1266e8f0950cd76e45fb6560a33f2a3dd6a.tar.gz | |
QPID-664: renamed headers as properties (to match python); added priority
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@928878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/MessageImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/messaging/MessageImpl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/messaging/MessageImpl.cpp b/cpp/src/qpid/messaging/MessageImpl.cpp index 5f8ac20551..dea6681244 100644 --- a/cpp/src/qpid/messaging/MessageImpl.cpp +++ b/cpp/src/qpid/messaging/MessageImpl.cpp @@ -31,12 +31,14 @@ const std::string EMPTY_STRING = ""; using namespace qpid::types; MessageImpl::MessageImpl(const std::string& c) : + priority(0), ttl(0), durable(false), redelivered(false), bytes(c), internalId(0) {} MessageImpl::MessageImpl(const char* chars, size_t count) : + priority(0), ttl(0), durable (false), redelivered(false), |
