mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Introduce the new class NameMapper.
This class is used to map an id (uuid) to a name (potentially human readable). This will be use by the server to or renderer to use a different "name" than the id. The default NameMapper provided use the id as a name.
This commit is contained in:
@ -10,7 +10,8 @@ headers = [
|
||||
'reader.h',
|
||||
'entry.h',
|
||||
'searcher.h',
|
||||
'kiwixserve.h'
|
||||
'kiwixserve.h',
|
||||
'name_mapper.h'
|
||||
]
|
||||
|
||||
install_headers(headers, subdir:'kiwix')
|
||||
|
Reference in New Issue
Block a user