[DEBUG] correct override missing

This commit is contained in:
Edouard DUPIN 2017-06-24 13:50:57 +02:00
parent 2a5f0bcda8
commit cb52e084d5

View File

@ -185,12 +185,7 @@ namespace zeus {
*/ */
return true; return true;
} }
/** void callBinary(const std::string& _call, ememory::SharedPtr<zeus::message::Call> _value) override {
* @brief Find and call the functionwith a specific name
* @param[in] _call Function name to call
* @param[in] _value Message to process.
*/
void callBinary(const std::string& _call, ememory::SharedPtr<zeus::message::Call> _value) {
for (auto &it2 : m_listFunction) { for (auto &it2 : m_listFunction) {
if (it2 == nullptr) { if (it2 == nullptr) {
continue; continue;