Add features to download images over http protocol.
[platform/core/uifw/dali-adaptor.git] / platform-abstractions / slp / resource-loader / resource-bitmap-requester.h
index b012504..a1158f9 100644 (file)
@@ -75,7 +75,8 @@ public:
   virtual void CancelLoad(Integration::ResourceId id, Integration::ResourceTypeId typeId);
 
 protected:
-  ResourceThreadImage*          mThreadImage;           ///< Image loader thread object
+  ResourceThreadImage*          mThreadImageLocal;      ///< Image loader thread object to load images in local machine
+  ResourceThreadImage*          mThreadImageRemote;     ///< Image loader thread object to download images in remote http server
   ResourceThreadDistanceField*  mThreadDistanceField;   ///< Distance field generator thread.
 };