gecko/ipc/unixsocket
Ehsan Akhgari 33bb32f549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04: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 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
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 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 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
StreamSocket.cpp 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
StreamSocket.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
UnixSocket.cpp 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
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