mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Format all the files in CL786733783
PiperOrigin-RevId: 786873870
This commit is contained in:
@@ -66,9 +66,7 @@ class MediumSocket : public Socket {
|
||||
virtual void FeedIncomingData(ByteArray data) {}
|
||||
|
||||
/** Returns true if the socket is a virtual socket. */
|
||||
virtual bool IsVirtualSocket() {
|
||||
return false;
|
||||
}
|
||||
virtual bool IsVirtualSocket() { return false; }
|
||||
|
||||
/** Adds a listener to be invoked when the socket is closed. */
|
||||
void AddOnSocketClosedListener(
|
||||
|
||||
Reference in New Issue
Block a user