%define tizen_feature_calendar_support 1
%define tizen_feature_contact_support 1
%define tizen_feature_content_support 1
-%define tizen_feature_datacontrol_support 0
+%define tizen_feature_datacontrol_support 1
%define tizen_feature_datasync_support 0
%define tizen_feature_download_support 1
%define tizen_feature_exif_support 1
}
switch (type) {
case DATA_CONTROL_SQL_COLUMN_TYPE_INT64: {
- int64_t data = 0;
+ long long data = 0;
result = data_control_sql_get_int64_data(cursor, columnIndex, &data);
if (result != DATA_CONTROL_ERROR_NONE) break;
val = picojson::value(static_cast<double>(data));
}
static void SQLInsertResponseCallback(int requestId, data_control_h handle,
- int64_t inserted_row_id,
+ long long inserted_row_id,
bool providerResult,
const char *error, void *user_data) {
LoggerD("Enter");
LoggerE("type is not DISPLAY_STATE");
return;
}
- display_state_e state = static_cast<display_state_e>(reinterpret_cast<int>(value));
+ display_state_e state = static_cast<display_state_e>(reinterpret_cast<long long>(value));
PowerState current = POWER_STATE_SCREEN_OFF;
switch (state) {
case DISPLAY_STATE_NORMAL :
}
free(temp);
- int64_t date = -1;
+ long long int date = -1;
ret = push_get_notification_time(noti, &date);
if (ret != PUSH_ERROR_NONE) {
LoggerE("Failed to get date");