mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c242589952
This patch replaces all instances of |nsAutoArrayPtr<>| in the Bluetooth interfaces with |UniquePtr<[]>|. In contrast to |nsAutoArrayPtr<>|, |UniquePtr<[]>| doesn't convert to the underlying pointer type implicitly. This is a problem for the daemon-socket runnable, which depend on this feature when calling their operations. To solve this issue, the patch adds |ConvertArg| for each arguemnt, which does the conversion explicitly. |
||
---|---|---|
.. | ||
DaemonRunnables.h | ||
DaemonSocket.cpp | ||
DaemonSocket.h | ||
DaemonSocketConnector.cpp | ||
DaemonSocketConnector.h | ||
DaemonSocketConsumer.cpp | ||
DaemonSocketConsumer.h | ||
DaemonSocketMessageHandlers.h | ||
DaemonSocketPDU.cpp | ||
DaemonSocketPDU.h | ||
DaemonSocketPDUHelpers.cpp | ||
DaemonSocketPDUHelpers.h | ||
moz.build |