Skip to content

Commit

Permalink
Update mqbs_datastore.h
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <emalygin@bloomberg.net>
  • Loading branch information
678098 authored Aug 2, 2024
1 parent 85a7ea6 commit 04780cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/groups/mqb/mqbs/mqbs_datastore.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ template <class HASH_ALGORITHM>
void hashAppend(HASH_ALGORITHM& hashAlgo, const DataStoreRecordKey& key);

// ================================
// class DataStoreRecordKey
// class DataStoreRecordKeyHashAlgo
// ================================

/// This class provides a hashing algorithm for `mqbs::DataStoreRecordKey`.
Expand All @@ -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;
Expand Down

0 comments on commit 04780cc

Please sign in to comment.