summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2015-01-14 15:53:32 +0100
committerIngo Huerner <ingo.huerner@xse.de>2015-01-14 15:53:32 +0100
commit3724daaae281b2339790ef93d096e5dee9455c7b (patch)
treeec7b9093075e2adbb379c5dbb2f96599e0a682ca
parentccf7ade00f62b61b131c922309e9cc58c5f0c7fb (diff)
downloadpersistence-client-library-3724daaae281b2339790ef93d096e5dee9455c7b.tar.gz
Fixed GENIVI code review issue 14
-rw-r--r--include/persistence_client_custom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/persistence_client_custom.h b/include/persistence_client_custom.h
index 302226a..d0cd0e0 100644
--- a/include/persistence_client_custom.h
+++ b/include/persistence_client_custom.h
@@ -19,6 +19,7 @@
* Library provides an plugin API to extend persistence client library
* @par change history
* Date Author Version Description
+ * - 2015.01.14 ihuerner 1.6.0.0 Extended header documentation for function plugin_init_async.
* - 2014.01.20 iieremie 1.6.0.0 multiple extensions:
* - error codes
* - asynchronous init/deinit
@@ -124,8 +125,10 @@ int plugin_init();
*
* @note
* - This (or \ref plugin_init) is the first function to call from this interface
- * - The call returns immediatelly.
+ * - The call returns immediately.
* - Later, pfInitCompletedCB will be called when the initialization is complete.
+ * - If a plugin function will be called and the plugin initialization is not
+ * finished jet, the plugin function must return PCCL_FAILURE_NOT_INITIALIZED error code.
*/
int plugin_init_async(plugin_callback_async_t pfInitCompletedCB);