Fix build break 41/24141/1
authorNick Holland <nick.holland@partner.samsung.com>
Wed, 2 Jul 2014 08:41:14 +0000 (09:41 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 16:05:42 +0000 (17:05 +0100)
Change-Id: I5cd4a4f770c53af630eb0d4d167ce63b207a54df
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
adaptors/tizen/internal/common/color-controller-impl.cpp
adaptors/tizen/internal/tv/tv-color-controller-impl.cpp

index 885f06c..0c26923 100644 (file)
@@ -41,12 +41,12 @@ ColorController::~ColorController()
 {
 }
 
-bool RetrieveColor( const std::string& colorCode, Vector4& colorValue )
+bool ColorController::RetrieveColor( const std::string& colorCode, Vector4& colorValue )
 {
   return false;
 }
 
-bool RetrieveColor( const std::string& colorCode , Vector4& textColor, Vector4& textOutlineColor, Vector4& textShadowColor)
+bool ColorController::RetrieveColor( const std::string& colorCode , Vector4& textColor, Vector4& textOutlineColor, Vector4& textShadowColor)
 {
   return false;
 }
index 71607c4..7e8b624 100644 (file)
@@ -41,12 +41,12 @@ ColorController::~ColorController()
 {
 }
 
-bool RetrieveColor( const std::string& colorCode, Vector4& colorValue )
+bool ColorController::RetrieveColor( const std::string& colorCode, Vector4& colorValue )
 {
   return false;
 }
 
-bool RetrieveColor( const std::string& colorCode , Vector4& textColor, Vector4& textOutlineColor, Vector4& textShadowColor)
+bool ColorController::RetrieveColor( const std::string& colorCode , Vector4& textColor, Vector4& textOutlineColor, Vector4& textShadowColor)
 {
   return false;
 }