Inheritance diagram for TestObserver:

Public Member Functions | |
| TestObserver () | |
| void | Update (const cfg::Config &c) |
|
|
Definition at line 67 of file testCfgEditor.cc. References cfg::Observer::SetWatch().
|
|
|
Implements cfg::Observer. Definition at line 72 of file testCfgEditor.cc. References cfg::Config::GetName(), and cfg::Config::GetVersion().
00072 {
00073 std::cerr << "% TestObserver:: Update from "
00074 << c.GetName() << "." << c.GetVersion() << std::endl;
00075 std::cerr << "% "
00076 << c("i") << ","
00077 << c("f") << ","
00078 << c("s") << ","
00079 << std::endl;
00080 }
|
1.3.5