From 800e67451b8ae0d8cba80d11d94a9edd38612636 Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov Date: Thu, 14 Nov 2024 16:34:49 +0200 Subject: [PATCH] Update header caption Signed-off-by: Aleksandr Ivanov --- .../bmqstoragetool/m_bmqstoragetool_searchresult.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h b/src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h index 6a3f658e3..77ae0de1c 100644 --- a/src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h +++ b/src/applications/bmqstoragetool/m_bmqstoragetool_searchresult.h @@ -28,6 +28,10 @@ // search processor. // m_bmqstoragetool::SearchResultTimestampDecorator: // provides decorator to handle timestamps. +// m_bmqstoragetool::SearchResultOffsetDecorator: +// provides decorator to handle offsets. +// m_bmqstoragetool::SearchResultSequenceNumberDecorator: +// provides decorator to handle composite sequence numbers. // m_bmqstoragetool::SearchAllDecorator: provides decorator to handle all // messages. // m_bmqstoragetool::SearchOutstandingDecorator: provides decorator @@ -36,6 +40,10 @@ // handle partially confirmed messages. // m_bmqstoragetool::SearchGuidDecorator: // provides decorator to handle search of given GUIDs. +// m_bmqstoragetool::SearchOffsetDecorator: +// provides decorator to handle search of given offsets. +// m_bmqstoragetool::SearchSequenceNumberDecorator: +// provides decorator to handle search of given composite sequence numbers. // m_bmqstoragetool::SummaryProcessor: provides logic to collect summary of // journal file. // @@ -462,7 +470,7 @@ class SearchResultOffsetDecorator : public SearchResultDecorator { // class SearchResultSequenceNumberDecorator // ========================================= -/// This class provides decorator to handle offsets. +/// This class provides decorator to handle composite sequence numbers. class SearchResultSequenceNumberDecorator : public SearchResultDecorator { private: const CompositeSequenceNumber sequenceNumberLt;