|
a/upmpd/ohinfo.cxx |
|
b/upmpd/ohinfo.cxx |
|
... |
|
... |
84 |
}
|
84 |
}
|
85 |
|
85 |
|
86 |
bool OHInfo::getEventData(bool all, std::vector<std::string>& names,
|
86 |
bool OHInfo::getEventData(bool all, std::vector<std::string>& names,
|
87 |
std::vector<std::string>& values)
|
87 |
std::vector<std::string>& values)
|
88 |
{
|
88 |
{
|
89 |
LOGDEB("OHInfo::getEventData" << endl);
|
89 |
//LOGDEB("OHInfo::getEventData" << endl);
|
90 |
|
90 |
|
91 |
unordered_map<string, string> state;
|
91 |
unordered_map<string, string> state;
|
92 |
makestate(state);
|
92 |
makestate(state);
|
93 |
|
93 |
|
94 |
unordered_map<string, string> changed;
|
94 |
unordered_map<string, string> changed;
|