projects
/
platform
/
core
/
iot
/
iotcon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7447e0c
)
Add description of iotcon_qos_e
06/57706/1
author
sung.goo.kim
<sung.goo.kim@samsung.com>
Fri, 22 Jan 2016 02:31:25 +0000
(11:31 +0900)
committer
sung.goo.kim
<sung.goo.kim@samsung.com>
Fri, 22 Jan 2016 02:31:25 +0000
(11:31 +0900)
Change-Id: I96da670122c20e86775e5054ab59c075ae734df2
lib/include/iotcon-constant.h
patch
|
blob
|
history
diff --git
a/lib/include/iotcon-constant.h
b/lib/include/iotcon-constant.h
index 7ff066efe63e9278ac5c39a02e79bc77c970d0bf..b1eb6b7aa8d2086a37ae6c2885301e8ae66861c4 100644
(file)
--- a/
lib/include/iotcon-constant.h
+++ b/
lib/include/iotcon-constant.h
@@
-225,8
+225,8
@@
typedef enum {
* @since_tizen 3.0
*/
typedef enum {
- IOTCON_QOS_LOW,
- IOTCON_QOS_HIGH,
+ IOTCON_QOS_LOW,
/**< Indicates low quality of service */
+ IOTCON_QOS_HIGH,
/**< Indicates high quality of service */
} iotcon_qos_e;