history: add cancelled status
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 4 Feb 2011 19:40:31 +0000 (17:40 -0200)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 18 Mar 2011 23:31:14 +0000 (18:31 -0500)
Based on patch from Yang Gu <gyagp0@gmail.com>

include/history.h

index c1c4aa1..756097e 100644 (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,
 };