class EBusLoop: newCommands renamed to reload.
This commit is contained in:
@@ -353,7 +353,7 @@ std::string BaseLoop::decodeMessage(const std::string& data)
|
||||
|
||||
delete m_commands;
|
||||
m_commands = commands;
|
||||
m_ebusloop->newCommands(m_commands);
|
||||
m_ebusloop->reload(m_commands);
|
||||
|
||||
result << "done";
|
||||
break;
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
void dump() { m_dumpState == true ? m_dumpState = false : m_dumpState = true ; }
|
||||
void raw() { m_logRawData == true ? m_logRawData = false : m_logRawData = true ; }
|
||||
|
||||
void newCommands(Commands* commands) { m_commands = commands; }
|
||||
void reload(Commands* commands) { m_commands = commands; }
|
||||
|
||||
private:
|
||||
Commands* m_commands;
|
||||
|
||||
Reference in New Issue
Block a user