added OCAccountManager class
authorJaewook Jung <jw0213.jung@samsung.com>
Thu, 28 Jul 2016 01:37:26 +0000 (10:37 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Thu, 4 Aug 2016 06:27:36 +0000 (06:27 +0000)
commit3581a1e043c97e8ae847f2136bbee6d545d51ad0
tree25c7a31867b25f87eddce9741379471c8a07f6ac
parent0b628a4ffb3d6d7e07aa5f983f426b9bc88b996e
added OCAccountManager class

As there is need for API about Cloud server on client side, I added it
on OCPlatform.
(https://gerrit.iotivity.org/gerrit/#/c/9121/)
However there are plenty of APIs to be added more and just adding them
all on OCPlatform is not fine for usability.
So I make them a class like OCResource.

Below APIs will be added after this patchset.
: searchUser, createGroup, searchGroup, deleteGroup, addGroupMember,
  searchGroupMember, deleteGroupMember

Change-Id: I45e1f08b13d821346b364d38bf212b8040205a46
Signed-off-by: Jaewook Jung <jw0213.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9835
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
resource/csdk/stack/include/octypes.h
resource/include/OCAccountManager.h [new file with mode: 0644]
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/src/OCAccountManager.cpp [new file with mode: 0644]
resource/src/OCPlatform.cpp
resource/src/OCPlatform_impl.cpp
resource/src/SConscript
resource/unittests/OCAccountManagerTest.cpp [new file with mode: 0644]
resource/unittests/OCPlatformTest.cpp
resource/unittests/SConscript