Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
ConfigUpdateListener.cxx
Go to the documentation of this file.
1
35
#include "
utils/ConfigUpdateListener.hxx
"
36
#include "
utils/ConfigUpdateService.hxx
"
37
38
DefaultConfigUpdateListener::DefaultConfigUpdateListener()
39
{
40
Singleton<ConfigUpdateService>::instance
()->register_update_listener(
this
);
41
}
42
DefaultConfigUpdateListener::~DefaultConfigUpdateListener()
43
{
44
Singleton<ConfigUpdateService>::instance
()->unregister_update_listener(
45
this
);
46
}
ConfigUpdateListener.hxx
ConfigUpdateService.hxx
Singleton::instance
static T * instance()
Definition
Singleton.hxx:77
src
utils
ConfigUpdateListener.cxx
Generated on Sun Feb 2 2025 21:18:14 for Open Model Railroad Network (OpenMRN) by
1.9.8