diff options
Diffstat (limited to 'cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp')
| -rw-r--r-- | cpp/src/qpid/linearstore/jrnl/EmptyFilePoolPartition.cpp | 5 |
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 +}}} |
