mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
d9c20bfa74
This patch moves the I/O operations for sending and receiving data in |SocketIOBase| into |UnixSocketRawData|. This change allows to add a clean interface to |UnixSocketRawData| and later replace the class by other implementations.