Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
71:f11b3e313843
Parent:
67:e6cc149033a6
Child:
72:46db8d5c65d1
diff -r d57285f18f65 -r f11b3e313843 nRF51GattServer.h
--- a/nRF51GattServer.h	Fri Nov 21 10:00:40 2014 +0000
+++ b/nRF51GattServer.h	Fri Nov 21 10:00:40 2014 +0000
@@ -55,8 +55,10 @@
         descriptorCount = 0;
     };
 
-    nRF51GattServer(nRF51GattServer const &);
-    void operator=(nRF51GattServer const &);
+
+private:
+    nRF51GattServer(const nRF51GattServer &);
+    const nRF51GattServer& operator=(const nRF51GattServer &);
 };
 
-#endif
+#endif
\ No newline at end of file