projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c85a9
)
Add MA_ACTIVE_STATE_PREPROCESSING active state
25/214025/2
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 17 Sep 2019 07:16:13 +0000
(16:16 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Wed, 18 Sep 2019 01:25:22 +0000
(10:25 +0900)
Change-Id: Ieea7146b4253b696d1bb25db9fa1438c29af3fb6
include/multi_assistant_common.h
patch
|
blob
|
history
diff --git
a/include/multi_assistant_common.h
b/include/multi_assistant_common.h
index f19bfc844547fb86cad114456ac18b6550f581bf..babeadd64eee62ab377a283a84e21e0569dd2069 100644
(file)
--- a/
include/multi_assistant_common.h
+++ b/
include/multi_assistant_common.h
@@
-137,7
+137,8
@@
typedef enum {
*/
typedef enum {
MA_ACTIVE_STATE_INACTIVE = 0, /**< 'Inactive' state */
- MA_ACTIVE_STATE_ACTIVE = 1, /**< 'Active' state */
+ MA_ACTIVE_STATE_ACTIVE, /**< 'Active' state */
+ MA_ACTIVE_STATE_PREPROCESSING, /**< 'Preprocessing' state */
} ma_active_state_e;
/**