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.
@@ -42,7 +42,7 @@ class BluetoothDevice : public api::BluetoothDevice {
class BluetoothSocket : public api::BluetoothSocket {
public:
// TODO(b/184975123): replace with real implementation.
~BluetoothSocket();
~BluetoothSocket() override;
// NOTE:
// It is an undefined behavior if GetInputStream() or GetOutputStream() is
+1 -1
View File
@@ -42,7 +42,7 @@ class WifiLanService : public api::WifiLanService {
class WifiLanSocket : public api::WifiLanSocket {
public:
// TODO(b/184975123): replace with real implementation.
~WifiLanSocket();
~WifiLanSocket() override;
// Returns the InputStream of the WifiLanSocket.
// On error, returned stream will report Exception::kIo on any operation.