mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Internal change
PiperOrigin-RevId: 369493979
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user