X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fwindow-factory-ecore-x.h;fp=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fwindow-base-factory-ecore-x.h;h=744668eb072b70b4c4459894f2e37bab9afcb360;hp=83abc223083468917e64527418b2c1ed5ecdd1e9;hb=44ac6b074a4d7d2f9474331a364e4629c0bce11a;hpb=969eba3fde5242ccfdef562bb3dd21712ff9df9b diff --git a/dali/internal/window-system/ubuntu-x11/window-base-factory-ecore-x.h b/dali/internal/window-system/ubuntu-x11/window-factory-ecore-x.h similarity index 70% rename from dali/internal/window-system/ubuntu-x11/window-base-factory-ecore-x.h rename to dali/internal/window-system/ubuntu-x11/window-factory-ecore-x.h index 83abc22..744668e 100644 --- a/dali/internal/window-system/ubuntu-x11/window-base-factory-ecore-x.h +++ b/dali/internal/window-system/ubuntu-x11/window-factory-ecore-x.h @@ -18,7 +18,7 @@ * */ -#include +#include namespace Dali { @@ -27,10 +27,12 @@ namespace Internal namespace Adaptor { -class WindowBaseFactoryEcoreX : public WindowBaseFactory +class WindowFactoryEcoreX : public WindowFactory { public: - std::unique_ptr< Dali::Internal::Adaptor::WindowBase > CreateWindowBase( Window* window, WindowRenderSurface* windowRenderSurface ) override; + std::unique_ptr< WindowBase > CreateWindowBase( Window* window, WindowRenderSurface* windowRenderSurface ) override; + + std::unique_ptr< IndicatorInterface > CreateIndicator( Adaptor* adaptor, Dali::Window::WindowOrientation orientation, IndicatorInterface::Observer* observer ) override; }; } // namespace Adaptor