| Index: tools/battor_agent/battor_connection.h
|
| diff --git a/tools/battor_agent/battor_connection.h b/tools/battor_agent/battor_connection.h
|
| index b8aed3c256574ef1ec1d3e468cc34009c01b1764..ced2c00f48dd083c231a2d957dd96d0d90969cf2 100644
|
| --- a/tools/battor_agent/battor_connection.h
|
| +++ b/tools/battor_agent/battor_connection.h
|
| @@ -63,6 +63,9 @@ class BattOrConnection {
|
| // listener's OnMessageRead() when complete.
|
| virtual void ReadMessage(BattOrMessageType type) = 0;
|
|
|
| + // Cancels the current message read operation.
|
| + virtual void CancelReadMessage() = 0;
|
| +
|
| // Flushes the serial connection to the BattOr.
|
| virtual void Flush() = 0;
|
|
|
|
|