Promote runtime pointer to public
authorJohannes Schanda <schanda@itestra.de>
Wed, 9 Oct 2013 09:56:34 +0000 (11:56 +0200)
committerJohannes Schanda <schanda@itestra.de>
Wed, 9 Oct 2013 09:56:34 +0000 (11:56 +0200)
src/CommonAPI/Factory.h

index ba48bf4..ccf9004 100644 (file)
@@ -52,6 +52,7 @@ class Factory {
     typedef std::function<void(std::vector<std::string>&) > GetAvailableServiceInstancesCallback;
     typedef std::function<void(bool)> 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> runtime_;
+ private:
 
     const MiddlewareInfo* middlewareInfo_;