gecko/ipc/unixsocket
Thomas Zimmermann 2a810f7896 Bug 1136729: Make destructor of |SocketBase| protected, r=qdot
The destructor methods of ref-counted classes are supposed to
be non-public to prevent accidential deletion. This patch fixes
|SocketBase|'s destructor.
2015-03-02 10:23:52 +01: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
ListenSocket.cpp Bug 1119746: Signal active listening in |ListenSocket|, r=qdot 2015-01-20 10:17:19 +08:00
ListenSocket.h Bug 1093025: Add |ListenSocket|, r=kyle 2014-12-02 15:00:36 -08:00
moz.build Bug 1093025: Add |StreamSocket|, r=kyle 2014-12-02 15:00:36 -08:00
SocketBase.cpp Bug 1136729: Make destructor of |SocketBase| protected, r=qdot 2015-03-02 10:23:52 +01:00
SocketBase.h Bug 1136729: Make destructor of |SocketBase| protected, r=qdot 2015-03-02 10:23:52 +01:00
StreamSocket.cpp Bug 1093025: Add |StreamSocket|, r=kyle 2014-12-02 15:00:36 -08:00
StreamSocket.h Bug 1093025: Add |StreamSocket|, r=kyle 2014-12-02 15:00:36 -08:00
UnixSocket.cpp Bug 1073081 - Fix -Wsign-compare and -Wsign-conversion warnings. r=ehsan 2014-11-24 19:54:33 -05:00
UnixSocket.h Bug 1093025: Move |UnixSocketConnector| to separate file, r=kyle 2014-12-02 15:00:36 -08: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