Inheritance diagram for TestObs:

Public Member Functions | |
| TestObs (const char *name, const char *config, const char *version) | |
| void | Update (const cfg::Config &c) |
Public Attributes | |
| std::string | fName |
Definition at line 12 of file testCfgTable.cc.
|
||||||||||||||||
|
Definition at line 15 of file testCfgTable.cc. References fName, and cfg::Observer::SetWatch().
|
|
|
Implements cfg::Observer. Definition at line 21 of file testCfgTable.cc. References fName, cfg::Config::GetName(), and cfg::Config::GetVersion().
00022 {
00023 std::cout <<
00024 "TestObs: " << fName <<
00025 " received update from " << c.GetName() <<
00026 "." << c.GetVersion() << std::endl;
00027 }
|
|
|
Definition at line 28 of file testCfgTable.cc. |
1.3.5