From 921f66e37aac6f43314d4edb07e48d0ea89a16c0 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 22 May 2012 20:16:18 +0000 Subject: QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc 4.7 too) Fix up intrusive_ptr_add_ref(RefCounted*)/intrusive_ptr_release(RefCounted*) so they are now found by argument dependent lookup. Trivial: Added missing newline at end of file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1341608 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/AgentSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/qmf/AgentSession.cpp') diff --git a/qpid/cpp/src/qmf/AgentSession.cpp b/qpid/cpp/src/qmf/AgentSession.cpp index 4dcbb5704f..4d7be33188 100644 --- a/qpid/cpp/src/qmf/AgentSession.cpp +++ b/qpid/cpp/src/qmf/AgentSession.cpp @@ -1028,4 +1028,4 @@ const AgentSessionImpl& AgentSessionImplAccess::get(const AgentSession& session) return *session.impl; } -} \ No newline at end of file +} -- cgit v1.2.1