summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.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/EmptyFilePoolPartition.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/EmptyFilePoolPartition.cpp')
-rw-r--r--cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp b/cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp
index d38db60975..2d84ba4296 100644
--- a/cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp
+++ b/cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp
@@ -31,7 +31,8 @@
//#include <iostream> // DEBUG
namespace qpid {
-namespace qls_jrnl {
+namespace linearstore {
+namespace journal {
// static
const std::string EmptyFilePoolPartition::s_efpTopLevelDir_("efp"); // Sets the top-level efp dir within a partition
@@ -151,4 +152,4 @@ void EmptyFilePoolPartition::validatePartitionDir() {
// TODO: other validity checks here
}
-}} // namespace qpid::qls_jrnl
+}}}