gecko-dev/ipc/unixsocket
Thomas Zimmermann 33e4f2a298 Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle
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, and
 - moves task classes to a separate location.

No functional changes are performed.
2014-07-31 09:29:20 +02:00
..
moz.build Bug 1046109: Add |SocketConsumerBase| and inherit |UnixSocketConsumer| from it, r=kyle 2014-07-31 09:29:17 +02:00
SocketBase.cpp Bug 1046109: Add |SocketIOBase|, r=kyle 2014-07-31 09:29:19 +02:00
SocketBase.h Bug 1046109: Add |SocketIOShutdownTask|, r=kyle 2014-07-31 09:29:20 +02:00
UnixSocket.cpp Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle 2014-07-31 09:29:20 +02:00
UnixSocket.h Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle 2014-07-31 09:29:20 +02:00