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