X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fimages%2Fresource-image-impl.h;h=ce1d227bbf804034a8b95816e578fea7ed3f7914;hb=65bb67c665fe465e388e8510eeb5fadda45cf202;hp=9ab3503c8b1460b2a706be85b398cd96439525d2;hpb=67edc0b3c42e3e9e330c51636045fcdf36adbb24;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/images/resource-image-impl.h b/dali/internal/event/images/resource-image-impl.h index 9ab3503..ce1d227 100644 --- a/dali/internal/event/images/resource-image-impl.h +++ b/dali/internal/event/images/resource-image-impl.h @@ -24,6 +24,7 @@ // INTERNAL INCLUDES #include #include +#include #include // For DALI_LOG_OBJECT_STRING_DECLARATION namespace Dali @@ -70,17 +71,6 @@ public: Dali::ResourceImage::ResourceImageSignal& LoadingFinishedSignal() { return mLoadingFinished; } /** - * Connects a callback function with the object's signals. - * @param[in] object The object providing the signal. - * @param[in] tracker Used to disconnect the signal. - * @param[in] signalName The signal to connect to. - * @param[in] functor A newly allocated FunctorDelegate. - * @return True if the signal was connected. - * @post If a signal was connected, ownership of functor was passed to CallbackBase. Otherwise the caller is responsible for deleting the unused functor. - */ - static bool DoConnectSignal( BaseObject* object, ConnectionTrackerInterface* tracker, const std::string& signalName, FunctorDelegate* functor ); - - /** * Get the attributes of the image. * Only to be used after the image has finished loading. * (Ticket's LoadingSucceeded callback was called)