From 34a4f53294f5d699d91e9ce700184a367f2d40a6 Mon Sep 17 00:00:00 2001 From: Johannes Schanda Date: Wed, 9 Oct 2013 11:56:34 +0200 Subject: Promote runtime pointer to public --- src/CommonAPI/Factory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommonAPI/Factory.h b/src/CommonAPI/Factory.h index ba48bf4..ccf9004 100644 --- a/src/CommonAPI/Factory.h +++ b/src/CommonAPI/Factory.h @@ -52,6 +52,7 @@ class Factory { typedef std::function&) > GetAvailableServiceInstancesCallback; typedef std::function IsServiceInstanceAliveCallback; + /** * \brief Creates factory. Don't call manually. * @@ -296,9 +297,8 @@ class Factory { const std::string& domain) { return false; } - - private: std::shared_ptr runtime_; + private: const MiddlewareInfo* middlewareInfo_; -- cgit v1.2.1