Improve usability of ActionSet for Group Action Feature.
authorHyunJun Kim <hyunjun2.kim@samsung.com>
Fri, 16 Jan 2015 02:22:12 +0000 (11:22 +0900)
committerHyunJun Kim <hyunjun2.kim@samsung.com>
Fri, 16 Jan 2015 02:22:12 +0000 (11:22 +0900)
commit9520eb3c228275be55a3ee0401a8c590571c3168
tree10054f09b11f97c7d17895c1f7932b9d4741101d
parent549444d43315442398cff0bb2801498dedd4e747
Improve usability of ActionSet for Group Action Feature.

ActionSet structure is not show directly to developer.
Because there is the definition of ActionSet in GroupManager.h.
So we separate the definition of ActionSet from Groupmanager to ActionSet.h
And it is exposed to developer by one type of header file.

Change-Id: I2ccb93cf70ec42b122aaead4943aed56df161641
Signed-off-by: HyunJun Kim <hyunjun2.kim@samsung.com>
service/things-manager/sdk/inc/ActionSet.h [new file with mode: 0644]
service/things-manager/sdk/inc/ThingsManager.h
service/things-manager/sdk/src/GroupManager.h