summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-11-14 20:39:32 +0000
committerKim van der Riet <kpvdr@apache.org>2013-11-14 20:39:32 +0000
commit7b69da362fa2f2d53ec5378539195b8a4a7cfa41 (patch)
tree9acd64a5e5ac0062dd12dd425ae3b1aaa31f1f82 /cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp
parent7dd5803403d7e371a5dcadd05f6d0a97ce25d0c1 (diff)
downloadqpid-python-7b69da362fa2f2d53ec5378539195b8a4a7cfa41.tar.gz
QPID-4984: Fix for recovery ambiguity issue, other code tidy-ups
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1542066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp')
-rw-r--r--cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp b/cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp
index 015c2cbafe..da3d63f462 100644
--- a/cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp
+++ b/cpp/src/qpid/linearstore/jrnl/EmptyFilePool.cpp
@@ -38,7 +38,8 @@
//#include <iostream> // DEBUG
namespace qpid {
-namespace qls_jrnl {
+namespace linearstore {
+namespace journal {
EmptyFilePool::EmptyFilePool(const std::string& efpDirectory,
const EmptyFilePoolPartition* partitionPtr,
@@ -338,4 +339,4 @@ int EmptyFilePool::moveEmptyFile(const std::string& from,
return 0;
}
-}} // namespace qpid::qls_jrnl
+}}}