mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a59255399c
This patch renames |SocketConsumerBase| to |DataSocket|, and for the I/O classes |SocketConsumerIO| to |DataSocketIO|. |DataSocketIO| also contains send and receive functionality from |SocketBaseIO|. |DataSocket| is a virtual base class that represents a socket that transfers data, without a particular constraints to what the data represents. |DataSocketIO| is the corresponding helper class on the I/O thread. |
||
---|---|---|
.. | ||
BluetoothDaemonConnection.cpp | ||
BluetoothDaemonConnection.h | ||
moz.build |