Switch to unified view
a/src/ohreceiver.cxx | b/src/ohreceiver.cxx | ||
---|---|---|---|
... |
... |
||
104 | 104 | ||
105 | bool OHReceiver::getEventData(bool all, std::vector<std::string>& names, |
105 | bool OHReceiver::getEventData(bool all, std::vector<std::string>& names, |
106 | std::vector<std::string>& values) |
106 | std::vector<std::string>& values) |
107 | { |
107 | { |
108 | //LOGDEB("OHReceiver::getEventData" << endl); |
108 | //LOGDEB("OHReceiver::getEventData" << endl); |
109 | if (!m_active) |
||
110 | return true; |
||
111 | 109 | ||
112 | unordered_map<string, string> state; |
110 | unordered_map<string, string> state; |
113 | 111 | ||
114 | makestate(state); |
112 | makestate(state); |
115 | 113 |