Change-Id: Ic5852d5c3a507052bf2333d5d4329a72d9e531f0
}
AccessibilityAdaptor::AccessibilityAdaptor()
-: mIsEnabled(false),
- mActionHandler(NULL),
- mIndicator(NULL),
- mIndicatorFocused(false)
+: mIsEnabled( false ),
+ mReadPosition(),
+ mActionHandler( NULL ),
+ mIndicator( NULL),
+ mIndicatorFocused( false )
{
mIsEnabled = GetEnabledVConf();
DALI_LOG_INFO( gAccessibilityAdaptorLogFilter, Debug::General, "[%s:%d] %s\n", __FUNCTION__, __LINE__, mIsEnabled ? "ENABLED" : "DISABLED" );
}
AccessibilityAdaptor::AccessibilityAdaptor()
-: mIsEnabled(false),
- mActionHandler(NULL),
- mIndicator(NULL),
- mIndicatorFocused(false)
+: mIsEnabled( false ),
+ mReadPosition(),
+ mActionHandler( NULL ),
+ mIndicator( NULL ),
+ mIndicatorFocused( false )
{
int isEnabled = 0;
DALI_LOG_INFO(gAccessibilityAdaptorLogFilter, Debug::General, "[%s:%d] %s\n", __FUNCTION__, __LINE__, isEnabled?"ENABLED":"DISABLED");