From: Heeyong Song Date: Tue, 5 Nov 2013 07:33:46 +0000 (+0900) Subject: Fix build error & disable log X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1747ae4d766ccbe4ec6db09596fbd5460031346e;p=framework%2Fosp%2Fuifw.git Fix build error & disable log Change-Id: I12a3e1df212937a811c033a1ea3892848e031768 --- diff --git a/inc/FUiAnimFloatColor.h b/inc/FUiAnimFloatColor.h index c294649..8921b81 100644 --- a/inc/FUiAnimFloatColor.h +++ b/inc/FUiAnimFloatColor.h @@ -93,7 +93,7 @@ public: * * @param[in] rhs An instance of %Graphics::Color */ - FloatColor(const Color& rhs); + FloatColor(const Tizen::Graphics::Color& rhs); /** * Initializes the instance of %FloatColor with the specified ARGB values. diff --git a/src/ui/animations/FUiAnim_Looper.cpp b/src/ui/animations/FUiAnim_Looper.cpp index 6381176..7cfae06 100644 --- a/src/ui/animations/FUiAnim_Looper.cpp +++ b/src/ui/animations/FUiAnim_Looper.cpp @@ -41,8 +41,8 @@ using namespace Tizen::Ui::Animations; // CHECKME: // If we decide to support thread-safety for UI event system, lock is needed for manupulating event-queue. -#define PRINT(...) fprintf(stderr, __VA_ARGS__) -//#define PRINT(...) +//#define PRINT(...) fprintf(stderr, __VA_ARGS__) +#define PRINT(...) namespace Tizen { namespace Ui { namespace Animations {