gecko/ipc/unixsocket
Thomas Zimmermann a076ff736c Bug 1159209: Remove template parameters from |SocketIOShutdownTask|, r=kmachulis
This patch removes the template parameters from |SocketIOShutdownTask|
and moves its methods into the C++ source file. All users have been
adapted.
2015-04-29 11:19:28 +02:00
..
ConnectionOrientedSocket.cpp Bug 1093025: Add |ListenSocket|, r=kyle 2014-12-02 15:00:36 -08:00
ConnectionOrientedSocket.h Bug 1093025: Add |ListenSocket|, r=kyle 2014-12-02 15:00:36 -08:00
DataSocket.cpp Bug 1158876: Move management of socket I/O buffers into socket I/O classes, r=kmachulis 2015-04-28 10:18:13 +02:00
DataSocket.h Bug 1159209: Remove template parameters from |SocketIORequestClosingRunnable|, r=kmachulis 2015-04-29 11:19:28 +02:00
ListenSocket.cpp Bug 1159209: Remove template parameters from |SocketIOShutdownTask|, r=kmachulis 2015-04-29 11:19:28 +02:00
ListenSocket.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
moz.build Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00
SocketBase.cpp Bug 1159209: Remove template parameters from |SocketIOShutdownTask|, r=kmachulis 2015-04-29 11:19:28 +02:00
SocketBase.h Bug 1159209: Remove template parameters from |SocketIOShutdownTask|, r=kmachulis 2015-04-29 11:19:28 +02:00
StreamSocket.cpp Bug 1159209: Remove template parameters from |SocketIOShutdownTask|, r=kmachulis 2015-04-29 11:19:28 +02:00
StreamSocket.h Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis 2015-04-28 10:18:13 +02:00
UnixSocketConnector.cpp Bug 1093025: Move |UnixSocketConnector| to separate file, r=kyle 2014-12-02 15:00:36 -08:00
UnixSocketConnector.h Bug 1093025: Move |UnixSocketConnector| to separate file, r=kyle 2014-12-02 15:00:36 -08:00