Rev 1607 | Rev 1619 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1607 | Rev 1614 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | void Manager::Delete() |
56 | void Manager::Delete() |
| 57 | { |
57 | { |
| 58 | Manager::instance_.reset(); |
58 | Manager::instance_.reset(); |
| 59 | } |
59 | } |
| 60 | 60 | ||
| 61 | void Manager::ConnectSlots(const SignalOnModuleChange::slot_type& slot_on_module_change, const SignalOnModuleMessage::slot_type& slot_on_module_message) |
61 | void Manager::ConnectSlots(const SignalOnNodeChange::slot_type& signal_on_node_change_, const SignalOnModuleChange::slot_type& slot_on_module_change, const SignalOnModuleMessage::slot_type& slot_on_module_message) |
| 62 | { |
62 | { |
| - | 63 | this->signal_on_node_change_.connect(signal_on_node_change_); |
|
| 63 | this->signal_on_module_change_.connect(slot_on_module_change); |
64 | this->signal_on_module_change_.connect(slot_on_module_change); |
| 64 | this->signal_on_module_message_.connect(slot_on_module_message); |
65 | this->signal_on_module_message_.connect(slot_on_module_message); |
| 65 | } |
66 | } |
| 66 | 67 | ||
| 67 | void Manager::SlotOnTimeoutHandler(timer::TimerId timer_id, bool repeat) |
68 | void Manager::SlotOnTimeoutHandler(timer::TimerId timer_id, bool repeat) |