added APIs related to group&invite on OCAccountManager
authorJaewook Jung <jw0213.jung@samsung.com>
Fri, 29 Jul 2016 08:34:31 +0000 (17:34 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Wed, 24 Aug 2016 10:36:46 +0000 (10:36 +0000)
commit2363a4fa72ed4596a07a4aaa5e08fe44979b3497
treee40a583a47bc34cc3b5c1091f3679dccd7124270
parentc149acc3f413e2391283ef41f34876560c95113a
added APIs related to group&invite on OCAccountManager

According to the OCF cloud specification, I implemented new 15 APIs
related to group and invite.
: createGroup, getGroupList, deleteGroup, joinGroup, addDeviceToGroup,
  getGroupInfo, leaveGroup, deleteDeviceFromGroup, observeGroup,
  cancelObserveGroup, observeInvitation, cancelObserveInvitation,
  sendInvitation, cancelInvitation, deleteInvitation

Change-Id: I29e4cb8839d254a58be48b04d0fef35e6fbb2867
Signed-off-by: Jaewook Jung <jw0213.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10149
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
resource/csdk/stack/include/octypes.h
resource/include/OCAccountManager.h
resource/src/OCAccountManager.cpp
resource/unittests/OCAccountManagerTest.cpp