Implement ServerID parsing and sample app
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 25 Dec 2014 03:44:03 +0000 (19:44 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 25 Dec 2014 04:27:02 +0000 (20:27 -0800)
commitef34d889c311b2429caa28ec4ec589f1638c219a
tree0663e6384510381fa59276e8fcadb82e0dea9bb0
parent8d3984e7e0e793894757d158df60c51496db1254
Implement ServerID parsing and sample app

This changeset will correctly parse the Connectivity abstraction
ServerID and provide it as a unique identifier to the client implementer.
This change also includes a sample app that shows off this functionality.

Note: this change was brought from https://oic-review.01.org/gerrit/#/c/624

Change-Id: I0151744d3481da806f5345c0798f7b951fb91394
Signed-off-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
Signed-off-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/examples/simpleclient.cpp
resource/examples/simpleclientHQ.cpp
resource/include/OCResource.h
resource/include/OCSerialization.h
resource/include/StringConstants.h
resource/src/InProcClientWrapper.cpp
resource/src/OCPlatform_impl.cpp
resource/src/OCResource.cpp