gecko/ipc/unixsocket
Thomas Zimmermann ea4744aa25 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,
 - moves task classes to a separate location.

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