summaryrefslogtreecommitdiff
path: root/cpp/lib/common/sys
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-13 20:28:37 +0000
committerAlan Conway <aconway@apache.org>2007-03-13 20:28:37 +0000
commitad9092cb7131102f33f4555d45b5bbeb21e82f3f (patch)
tree8c9e2738db9518ead557df37e473e25613f24f60 /cpp/lib/common/sys
parentd8db9228b577c28b5f8f8f0a21b3642065c10549 (diff)
downloadqpid-python-ad9092cb7131102f33f4555d45b5bbeb21e82f3f.tar.gz
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
Diffstat (limited to 'cpp/lib/common/sys')
-rw-r--r--cpp/lib/common/sys/apr/LFSessionContext.cpp2
1 files changed, 1 insertions, 1 deletions
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{