summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2011-03-08 22:43:53 +0000
committerKen Giusti <kgiusti@apache.org>2011-03-08 22:43:53 +0000
commit4d160c845956dafc835413ff0611834d10e620c4 (patch)
treef0c984d5fae7cb7f7a25b521adf05f6d57868989 /cpp/src/qpid/broker/SessionState.cpp
parentdee4ea02cb8f78672682d33bc5d8aa8f6311b391 (diff)
downloadqpid-python-4d160c845956dafc835413ff0611834d10e620c4.tar.gz
QPID-3073: fix to allow older versions of boost to compile.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp
index 1ed3277aae..18dbf63487 100644
--- a/cpp/src/qpid/broker/SessionState.cpp
+++ b/cpp/src/qpid/broker/SessionState.cpp
@@ -464,7 +464,7 @@ void SessionState::IncompleteIngressMsgXfer::completed(bool sync)
session->completeRcvMsg(id, requiresAccept, requiresSync);
}
}
- completerContext.reset(); // ??? KAG optional ???
+ completerContext = boost::intrusive_ptr<AsyncCommandCompleter>();
}