Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
ConfigUpdateListener.cxx
Go to the documentation of this file.
1
37
38DefaultConfigUpdateListener::DefaultConfigUpdateListener()
39{
40 Singleton<ConfigUpdateService>::instance()->register_update_listener(this);
41}
42DefaultConfigUpdateListener::~DefaultConfigUpdateListener()
43{
44 Singleton<ConfigUpdateService>::instance()->unregister_update_listener(
45 this);
46}
static T * instance()
Definition Singleton.hxx:77