mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
f8f98629f3
This patch cleans up |UnixSocketImpl| and it's file in general. The patch - renames |UnixSocketImpl| to |UnixSocketConsumerIO|, - moves method definitions out of class definition, - adds const correctness, - adds MOZ_FINAL to several classes, - moves task classes to a separate location. No functional changes are performed. |
||
---|---|---|
.. | ||
moz.build | ||
SocketBase.cpp | ||
SocketBase.h | ||
UnixSocket.cpp | ||
UnixSocket.h |