From ad9092cb7131102f33f4555d45b5bbeb21e82f3f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 13 Mar 2007 20:28:37 +0000 Subject: Merged revisions 496678 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r496678 | kpvdr | 2007-01-16 08:09:50 -0500 (Tue, 16 Jan 2007) | 1 line Fixed QPID-296 Header guards may not be compliant with C++ standard ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517855 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/sys/apr/LFSessionContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/common') diff --git a/cpp/lib/common/sys/apr/LFSessionContext.cpp b/cpp/lib/common/sys/apr/LFSessionContext.cpp index ff7a0107b6..e0c415a12f 100644 --- a/cpp/lib/common/sys/apr/LFSessionContext.cpp +++ b/cpp/lib/common/sys/apr/LFSessionContext.cpp @@ -65,7 +65,7 @@ void LFSessionContext::read(){ } }catch(QpidError error){ std::cout << "Error [" << error.code << "] " << error.msg - << " (" << error.location.file << ":" << error.location.line + << " (" << error.loc.file << ":" << error.loc.line << ")" << std::endl; } }else{ -- cgit v1.2.1