history: add cancelled status

Based on patch from Yang Gu <gyagp0@gmail.com>
This commit is contained in:
Lucas De Marchi 2011-02-04 17:40:31 -02:00 committed by Denis Kenzior
parent 97eea8144b
commit d67c73d492
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ enum ofono_history_sms_status {
OFONO_HISTORY_SMS_STATUS_PENDING,
OFONO_HISTORY_SMS_STATUS_SUBMITTED,
OFONO_HISTORY_SMS_STATUS_SUBMIT_FAILED,
OFONO_HISTORY_SMS_STATUS_SUBMIT_CANCELLED,
OFONO_HISTORY_SMS_STATUS_DELIVERED,
OFONO_HISTORY_SMS_STATUS_DELIVER_FAILED,
};