Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
563:9c4b96f7be8d
Parent:
561:613dbbdeed27
Child:
565:cf03471a4ec4
--- a/source/nRF5xGattServer.h	Mon Jan 11 10:19:15 2016 +0000
+++ b/source/nRF5xGattServer.h	Mon Jan 11 10:19:16 2016 +0000
@@ -42,9 +42,6 @@
     void eventCallback(void);
     void hwCallback(ble_evt_t *p_ble_evt);
 
-protected:
-    virtual ble_error_t cleanup(void);
-
 private:
     const static unsigned BLE_TOTAL_CHARACTERISTICS = 20;
     const static unsigned BLE_TOTAL_DESCRIPTORS     = 8;