Switch to unified view

a/upmpd/ohtime.cxx b/upmpd/ohtime.cxx
...
...
79
}
79
}
80
80
81
bool OHTime::getEventData(bool all, std::vector<std::string>& names, 
81
bool OHTime::getEventData(bool all, std::vector<std::string>& names, 
82
                          std::vector<std::string>& values)
82
                          std::vector<std::string>& values)
83
{
83
{
84
    LOGDEB("OHTime::getEventData" << endl);
84
    //LOGDEB("OHTime::getEventData" << endl);
85
85
86
    unordered_map<string, string> state;
86
    unordered_map<string, string> state;
87
    makestate(state);
87
    makestate(state);
88
88
89
    unordered_map<string, string> changed;
89
    unordered_map<string, string> changed;