summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-05-28 11:25:04 +0200
committerPhilip Rauwolf <rauwolf@itestra.de>2013-05-28 11:25:04 +0200
commit7837b625e095e5bd81d8890a36492d7208fca3d4 (patch)
tree94b3f047dfe38a0af2e0fda3844bdd501fbc9dea
parent2ccb950e424187acd121c7e2e9508f94ed7bffb1 (diff)
downloadgenivi-common-api-runtime-7837b625e095e5bd81d8890a36492d7208fca3d4.tar.gz
Extended documentation for mainloop integration in Runtime.h
-rw-r--r--src/CommonAPI/Runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CommonAPI/Runtime.h b/src/CommonAPI/Runtime.h
index bc86062..d7a366d 100644
--- a/src/CommonAPI/Runtime.h
+++ b/src/CommonAPI/Runtime.h
@@ -76,6 +76,9 @@ class Runtime {
*
* Create a factory for the loaded rluntime
*
+ * @param In case mainloop integration shall be used, a std::shared_ptr<MainLoopContext> can be passed in.
+ * If no parameter is given, internal threading will handle sending and receiving of messages automatically.
+ *
* @return Factory object for the loaded runtime
*/
virtual std::shared_ptr<Factory> createFactory(std::shared_ptr<MainLoopContext> = std::shared_ptr<MainLoopContext>(NULL)) = 0;