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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: nRF51GattClient.h
- Revision:
- 333:8eedcd324853
- Parent:
- 332:b054000833d4
- Child:
- 334:5dcd58729c5b
diff -r b054000833d4 -r 8eedcd324853 nRF51GattClient.h
--- a/nRF51GattClient.h Fri Jun 19 15:55:32 2015 +0100
+++ b/nRF51GattClient.h Fri Jun 19 15:55:32 2015 +0100
@@ -120,7 +120,7 @@
}
public:
- nRF51GattClient() { /* need a default constructor because we've added a private copy constructor */
+ nRF51GattClient() : discovery(this) {
/* empty */
}

