summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/Runtime.h')
-rw-r--r--src/CommonAPI/Runtime.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CommonAPI/Runtime.h b/src/CommonAPI/Runtime.h
index 7b666b6..5cf7afa 100644
--- a/src/CommonAPI/Runtime.h
+++ b/src/CommonAPI/Runtime.h
@@ -90,7 +90,9 @@ class Runtime {
*
* @return Factory object for this runtime
*/
- virtual std::shared_ptr<Factory> createFactory(std::shared_ptr<MainLoopContext> = std::shared_ptr<MainLoopContext>(NULL)) = 0;
+ virtual std::shared_ptr<Factory> createFactory(std::shared_ptr<MainLoopContext> = std::shared_ptr<MainLoopContext>(NULL),
+ const std::string factoryName = "",
+ const bool nullOnInvalidName = false) = 0;
/**
* \brief Returns the ServicePublisher object for this runtime.