| 256 | bool IsChange() const { return m_change; } |
| 257 | const std::string& GetLabel() const { return m_label; } |
| 258 | void SetLabel(const std::string& label) { |
| 259 | m_change = false; |
| 260 | m_label = label; |
| 261 | } |
| 262 | }; |
| 263 | |
| 264 | struct CRecipient |
no outgoing calls
no test coverage detected