X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftable-view%2Ftable-view-impl.cpp;h=24267756f789e9ab7840f0b397acdbdf50409cfc;hp=f5c3cc4fa2bd9775c2a23913a7eee1bbda5ef67d;hb=70fdb1a1e8e2660c383079ae49bc94fbe14943d1;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d diff --git a/dali-toolkit/internal/controls/table-view/table-view-impl.cpp b/dali-toolkit/internal/controls/table-view/table-view-impl.cpp index f5c3cc4..2426775 100644 --- a/dali-toolkit/internal/controls/table-view/table-view-impl.cpp +++ b/dali-toolkit/internal/controls/table-view/table-view-impl.cpp @@ -29,7 +29,7 @@ #include // INTERNAL INCLUDES -#include +#include using namespace Dali; @@ -51,7 +51,7 @@ bool FitToChild(Actor actor, Dimension::Type dimension) // currently not called from code so compiler will optimize these away, kept here for future debugging #define TABLEVIEW_TAG "DALI Toolkit::TableView " -#define TV_LOG(fmt, args, ...) Debug::LogMessage(Debug::DebugInfo, TABLEVIEW_TAG fmt, ##args) +#define TV_LOG(fmt, args, ...) Debug::LogMessageWithFunctionLine(Debug::DebugInfo, TABLEVIEW_TAG fmt, ##args) //#define TABLEVIEW_DEBUG 1 #if defined(TABLEVIEW_DEBUG) @@ -1121,7 +1121,7 @@ void TableView::OnInitialize() DevelControl::SetAccessibilityConstructor(self, [](Dali::Actor actor) { return std::unique_ptr( - new Control::Impl::AccessibleImpl(actor, Dali::Accessibility::Role::TABLE)); + new DevelControl::ControlAccessible(actor, Dali::Accessibility::Role::TABLE)); }); }