diff options
author | Ted Ross <tross@apache.org> | 2012-01-11 14:08:25 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2012-01-11 14:08:25 +0000 |
commit | 01f8f7e488d44323fff9550aeefddc38bb99e0ca (patch) | |
tree | d2f29f5b9754583facd11ec679fd08e1bdf38993 /cpp/src/qmf/DataAddr.cpp | |
parent | 43ce2f2731c8b501fb0ac536668a8245d44b986e (diff) | |
download | qpid-python-01f8f7e488d44323fff9550aeefddc38bb99e0ca.tar.gz |
QPID-3748 - Methods cannot be invoked when the agent is in external-storage mode
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1230050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/DataAddr.cpp')
-rw-r--r-- | cpp/src/qmf/DataAddr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/DataAddr.cpp b/cpp/src/qmf/DataAddr.cpp index d16e12062e..08b64d5b5d 100644 --- a/cpp/src/qmf/DataAddr.cpp +++ b/cpp/src/qmf/DataAddr.cpp @@ -66,7 +66,7 @@ bool DataAddrImpl::operator<(const DataAddrImpl& other) const } -DataAddrImpl::DataAddrImpl(const Variant::Map& map) +DataAddrImpl::DataAddrImpl(const Variant::Map& map) : agentEpoch(0) { Variant::Map::const_iterator iter; |