diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2013-11-15 20:17:32 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2013-11-15 20:17:32 +0000 |
| commit | 920ef2f7d9ed082d9e8dd61309929e711166ef5e (patch) | |
| tree | 830ae48dbeca143df6f694e672ddca3bbd38244d /cpp/src/qpid/linearstore/JournalImpl.cpp | |
| parent | f958084e7b7a8b7b8b62a00b01d5b7d1fb840687 (diff) | |
| download | qpid-python-920ef2f7d9ed082d9e8dd61309929e711166ef5e.tar.gz | |
QPID-4984: Change jrnl directory to journal - aligns namespaces with journal structure
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1542385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/linearstore/JournalImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/linearstore/JournalImpl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/linearstore/JournalImpl.cpp b/cpp/src/qpid/linearstore/JournalImpl.cpp index 354fca4f7e..4092bc4ab9 100644 --- a/cpp/src/qpid/linearstore/JournalImpl.cpp +++ b/cpp/src/qpid/linearstore/JournalImpl.cpp @@ -22,9 +22,9 @@ #include "qpid/linearstore/JournalImpl.h" #include "qpid/linearstore/JournalLogImpl.h" -#include "qpid/linearstore/jrnl/jerrno.h" -#include "qpid/linearstore/jrnl/jexception.h" -#include "qpid/linearstore/jrnl/EmptyFilePool.h" +#include "qpid/linearstore/journal/jerrno.h" +#include "qpid/linearstore/journal/jexception.h" +#include "qpid/linearstore/journal/EmptyFilePool.h" #include "qpid/linearstore/StoreException.h" #include "qpid/log/Statement.h" #include "qpid/management/ManagementAgent.h" |
