mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
76:7f55e1c0635d
Parent:
46:62da4ce20276
--- a/mbed-connector-interface/ConnectionStatusInterface.h	Fri Nov 04 22:09:00 2016 +0000
+++ b/mbed-connector-interface/ConnectionStatusInterface.h	Fri Nov 04 22:28:13 2016 +0000
@@ -52,12 +52,12 @@
         /**
         Registered
         */
-        virtual void object_registered(void *ep,void *security,void *data = NULL);
+        virtual void object_registered(void *ep,void *security = NULL,void *data = NULL);
         
         /**
         Re-registered
         */
-        virtual void registration_updated(void *ep,void *security,void *data = NULL);
+        virtual void registration_updated(void *ep,void *security = NULL,void *data = NULL);
         
         /**
         Beginning de-registration