| Index: tools/battor_agent/battor_connection_impl.h
|
| diff --git a/tools/battor_agent/battor_connection_impl.h b/tools/battor_agent/battor_connection_impl.h
|
| index 0631451beda0a698f03c956d1dfa2fa8bc604965..80868b2ecac7ee5250ed8a74fe49b8cdb071ca74 100644
|
| --- a/tools/battor_agent/battor_connection_impl.h
|
| +++ b/tools/battor_agent/battor_connection_impl.h
|
| @@ -44,6 +44,7 @@ class BattOrConnectionImpl
|
| const void* buffer,
|
| size_t bytes_to_send) override;
|
| void ReadMessage(BattOrMessageType type) override;
|
| + void CancelReadMessage() override;
|
| void Flush() override;
|
|
|
| protected:
|
|
|