Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ble/SecurityManager.h
- Revision:
- 1192:718787de23b7
- Parent:
- 1183:1589830dbdb7
--- a/ble/SecurityManager.h Wed Apr 06 19:15:45 2016 +0100
+++ b/ble/SecurityManager.h Wed Apr 06 19:15:46 2016 +0100
@@ -205,7 +205,7 @@
shutdownCallChain.add(callback);
}
template <typename T>
- void onShutdown(T *objPtr, void (T::*memberPtr)(void)) {
+ void onShutdown(T *objPtr, void (T::*memberPtr)(const SecurityManager *)) {
shutdownCallChain.add(objPtr, memberPtr);
}