gecko-dev/ipc/hal
Nicholas Nethercote bab6d17ebf Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj.
This patch makes the following changes on many in-class methods.

- NS_IMETHODIMP F() override;      --> NS_IMETHOD F() override;
- NS_IMETHODIMP F() override {...} --> NS_IMETHOD F() override {...}
- NS_IMETHODIMP F() final;         --> NS_IMETHOD F() final;
- NS_IMETHODIMP F() final {...}    --> NS_IMETHOD F() final {...}

Using NS_IMETHOD is the preferred way of marking in-class virtual methods.
Although these transformations add an explicit |virtual|, they are safe --
there's an implicit |virtual| anyway because |override| and |final| only work
with virtual methods.

--HG--
extra : rebase_source : 386ee4e4ea2ecd8d5001efabc3ac87b4d6c0659f
2016-08-08 10:54:47 +10:00
..
DaemonRunnables.h Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
DaemonSocket.cpp Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice 2016-05-02 10:27:15 -07:00
DaemonSocket.h
DaemonSocketConnector.cpp Bug 1187904: Add |DaemonSocketConnector|, r=shuang 2015-08-03 13:17:02 +02:00
DaemonSocketConnector.h Bug 1187904: Add |DaemonSocketConnector|, r=shuang 2015-08-03 13:17:02 +02:00
DaemonSocketConsumer.cpp
DaemonSocketConsumer.h Bug 1203092: Remove void pointers from Bluetooth's daemon backend, r=shuang 2015-09-15 12:55:02 +02:00
DaemonSocketMessageHandlers.h Bug 1203092: Add |DaemonSocketResultHandler| base class to HAL IPC, r=shuang 2015-09-15 12:55:02 +02:00
DaemonSocketPDU.cpp Bug 1266954: Remove temporary |ScopedClose| from PDU receive code, r=jacheng 2016-04-28 10:57:19 +02:00
DaemonSocketPDU.h Bug 1249518 - Make DaemonSocketPDU able to send multiple file descriptors in single unit. r=tzimmermann 2016-03-30 14:58:13 +08:00
DaemonSocketPDUHelpers.cpp Bug 1202386: Output clear HAL IPC errors, r=shuang 2015-09-10 11:32:26 +02:00
DaemonSocketPDUHelpers.h Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang 2016-02-29 12:15:08 +01:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00