projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97eea81
)
history: add cancelled status
author
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Fri, 4 Feb 2011 19:40:31 +0000
(17:40 -0200)
committer
Denis 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
patch
|
blob
|
history
diff --git
a/include/history.h
b/include/history.h
index
c1c4aa1
..
756097e
100644
(file)
--- a/
include/history.h
+++ b/
include/history.h
@@
-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,
};