From 04780cc5201b46580f51e8cf90ac3f1a8018d9ab Mon Sep 17 00:00:00 2001 From: Evgeny Malygin Date: Fri, 2 Aug 2024 19:31:43 +0100 Subject: [PATCH] Update mqbs_datastore.h Signed-off-by: Evgeny Malygin --- src/groups/mqb/mqbs/mqbs_datastore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/groups/mqb/mqbs/mqbs_datastore.h b/src/groups/mqb/mqbs/mqbs_datastore.h index f9f18116f..c6f897548 100644 --- a/src/groups/mqb/mqbs/mqbs_datastore.h +++ b/src/groups/mqb/mqbs/mqbs_datastore.h @@ -231,7 +231,7 @@ template void hashAppend(HASH_ALGORITHM& hashAlgo, const DataStoreRecordKey& key); // ================================ -// class DataStoreRecordKey +// class DataStoreRecordKeyHashAlgo // ================================ /// This class provides a hashing algorithm for `mqbs::DataStoreRecordKey`. @@ -240,7 +240,7 @@ void hashAppend(HASH_ALGORITHM& hashAlgo, const DataStoreRecordKey& key); /// `bslh::Hash<>`) in `bslh` framework lingo (see BDE "Modular Hashing" /// document). Note that this class is not templatized on a /// `HASHING_ALGORITHM` (unlike recommended in the document). -class DataStoreRecordKey { +class DataStoreRecordKeyHashAlgo { public: // TYPES typedef bsls::Types::Uint64 result_type;