mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 369493979
This commit is contained in:
@@ -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