Revert "Removed the deprecated Dali::Internal::Adaptor::Window::ResizedSignal()."
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / window.cpp
index ca734c2..000f350 100644 (file)
@@ -289,6 +289,12 @@ int Window::GetBrightness() const
   return GetImplementation(*this).GetBrightness();
 }
 
+Window::ResizedSignalType& Window::ResizedSignal()
+{
+  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: ResizedSignal is deprecated and will be removed from next release.\n" );
+  return GetImplementation(*this).ResizedSignal();
+}
+
 Window::ResizeSignalType& Window::ResizeSignal()
 {
   return GetImplementation(*this).ResizeSignal();