Internal change

PiperOrigin-RevId: 369493979
This commit is contained in:
hai007
2021-04-20 12:20:10 -07:00
committed by Copybara-Service
parent 3b1431c5ea
commit 93a69d00b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class BlePeripheral : public api::BlePeripheral {
class BleSocket : public api::BleSocket {
public:
// TODO(b/184975123): replace with real implementation.
~BleSocket();
~BleSocket() override;
// Returns the InputStream of the BleSocket.
// On error, returned stream will report Exception::kIo on any operation.