add get/set state methods to TimeDomainProvider

These are not used yet, because only the Session really acts as a Provider
and it uses the Config::default_time_domain to serialize that state
This commit is contained in:
Paul Davis
2023-08-16 16:33:17 -06:00
parent 23c7c0b4fd
commit e9be3beb2a
3 changed files with 55 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ temporal_sources = [
'debug.cc',
'bbt_time.cc',
'beats.cc',
'domain.cc',
'enums.cc',
'range.cc',
'superclock.cc',