aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-12-20 10:40:44 +0100
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-12-20 11:18:25 +0100
commitdbe555be80dd10bb315b14bbebcb42f8b883e2c9 (patch)
tree4652353755f03c8b464282429ead96fc4de18157
parentef3b6e38c3413cb96d017aa0ade5f5a6b69d0b91 (diff)
Remove old comments not true anymore
Remove old comments not true anymore about moving to application framewrok v3 functions but it has already be done some weeks ago. Change-Id: Ia5dfc7a47d9e9eb929fa6c79fa37686206131301 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c1
-rw-r--r--4a-hal/4a-hal-manager/4a-hal-manager.c1
-rw-r--r--4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
index cffc447..4cac346 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
@@ -69,7 +69,6 @@ static AFB_ApiVerbs CtlHalApiStaticVerbs[] =
/*******************************************************************************
* Dynamic API functions for app controller *
- * TBD JAI : Use API-V3 instead of API-PRE-V3 *
******************************************************************************/
static int HalCtlsInitOneApi(AFB_ApiT apiHandle)
diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.c b/4a-hal/4a-hal-manager/4a-hal-manager.c
index 41729fc..43fbd49 100644
--- a/4a-hal/4a-hal-manager/4a-hal-manager.c
+++ b/4a-hal/4a-hal-manager/4a-hal-manager.c
@@ -64,7 +64,6 @@ struct SpecificHalData **HalMngGetFirstHalData(void)
/*******************************************************************************
* Dynamic API functions for hal manager *
- * TBD JAI : Use API-V3 instead of API-PRE-V3 *
******************************************************************************/
static int HalMgrInitApi(AFB_ApiT apiHandle)
diff --git a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
index 4d9abd9..f557f4c 100644
--- a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
+++ b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c
@@ -26,7 +26,6 @@
/*******************************************************************************
* Dynamic API common functions *
- * TBD JAI : Use API-V3 instead of API-PRE-V3 *
******************************************************************************/
int HalUtlLoadVerbs(AFB_ApiT apiHandle, AFB_ApiVerbs *verbs)