Moved ECore specific indicator-impl out of common
[platform/core/uifw/dali-adaptor.git] / adaptors / ecore / common / ecore-indicator-impl.cpp
similarity index 99%
rename from adaptors/common/indicator-impl.cpp
rename to adaptors/ecore/common/ecore-indicator-impl.cpp
index 23d4b81..e44f2ff 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 // CLASS HEADER
-#include "indicator-impl.h"
+#include "ecore-indicator-impl.h"
 
 // EXTERNAL INCLUDES
 #include <Ecore.h>
@@ -332,7 +332,7 @@ bool Indicator::ScopedLock::IsLocked()
   return mLocked;
 }
 
-Indicator::Indicator( Adaptor* adaptor, Dali::Window::WindowOrientation orientation, Observer* observer )
+Indicator::Indicator( Adaptor* adaptor, Dali::Window::WindowOrientation orientation, IndicatorInterface::Observer* observer )
 : mPixmap( 0 ),
   mGestureDetected( false ),
   mConnection( this ),