gecko-dev/ipc/bluetooth
Thomas Zimmermann ed4b4e63be Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis
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.
2015-04-28 10:18:12 +02:00
..
BluetoothDaemonConnection.cpp Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00
BluetoothDaemonConnection.h Bug 1156352: Refactor |UnixSocketIOBuffer|, r=kmachulis 2015-04-23 13:48:47 +02:00
moz.build