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)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 22 Jan 2015 19:24:17 +0000 (19:24 +0000)
commit430156860cb6a19471b66d392b185ede46a3292e
tree47f01b6db7506a3f4e9ab0ef65f186a73e9951b2
parentbd8d125046266c4e1e1406351d952b9c4eaf412b
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>
(cherry picked from commit 9520eb3c228275be55a3ee0401a8c590571c3168)
Reviewed-on: https://gerrit.iotivity.org/gerrit/223
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.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