summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-12-09 11:14:48 +0100
committerIngo Huerner <ingo.huerner@xse.de>2014-12-09 11:14:48 +0100
commit1ce4f0df30078c59778ad62ac760436a7b2029dd (patch)
tree0438436f5b648c5c3dded9ff0fa7a65cdffde131
parent50c9037bfbd14fe3c46d4caadc0a040ef25a91de (diff)
downloadpersistence-client-library-1ce4f0df30078c59778ad62ac760436a7b2029dd.tar.gz
Updated pclInitLibrary header documentation
-rw-r--r--include/persistence_client_library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/persistence_client_library.h b/include/persistence_client_library.h
index 4fb1f4f..4a29909 100644
--- a/include/persistence_client_library.h
+++ b/include/persistence_client_library.h
@@ -208,6 +208,8 @@ extern "C" {
/**
* @brief initialize client library.
* This function will be called by the process using the PCL during startup phase.
+ * The function will be called within process using always the same appname!
+ * It is not allowed call this function within a process using different appnames!
*
* @attention This function is currently N O T part of the GENIVI compliance specification
*