Per CR-47 (doxmtype URN Correction), renamed references to oic.sec.oxm to oic.sec...
authorCraig Pratt <craig@ecaspia.com>
Tue, 21 Feb 2017 03:41:18 +0000 (19:41 -0800)
committerNathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
Fri, 24 Feb 2017 18:04:31 +0000 (18:04 +0000)
Signed-off-by: Craig Pratt <craig@ecaspia.com>
Author: Craig Pratt <craig@ecaspia.com>
Change-Id: I97c22125baee550266deb3a17b65f6a185c22006
Reviewed-on: https://gerrit.iotivity.org/gerrit/17391
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
resource/csdk/security/provisioning/include/internal/multipleownershiptransfermanager.h
resource/csdk/security/provisioning/include/ocprovisioningmanager.h
resource/csdk/security/provisioning/src/multipleownershiptransfermanager.c
resource/csdk/security/provisioning/src/ocprovisioningmanager.c

index c0e4798..7f3195d 100644 (file)
@@ -39,9 +39,9 @@ extern "C" {
  *
  * @param[in] ctx Application context would be returned in result callback
  * @param[in] targetDeviceInfo Selected target device.
- * @param[in] newOxm  OxMs to be added (ref. oic.sec.oxm)
+ * @param[in] newOxm  OxMs to be added (ref. oic.sec.doxmtype)
  * @param[in] resultCallback callback provided by API user, callback will be called when
- *            POST 'oxms' request recieves a response from resource server.
+ *            POST 'oxms' request receives a response from resource server.
  * @return OC_STACK_OK in case of success and other value otherwise.
  */
 OCStackResult MOTAddMOTMethod(void *ctx, OCProvisionDev_t *targetDeviceInfo,
@@ -52,7 +52,7 @@ OCStackResult MOTAddMOTMethod(void *ctx, OCProvisionDev_t *targetDeviceInfo,
  *
  * @param[in] ctx Application context would be returned in result callback
  * @param[in] targetDeviceInfo Selected target device.
- * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.oxm)
+ * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.doxmtype)
  * @param[in] resultCallback callback provided by API user, callback will be called when
  *            POST 'oxmsel' request recieves a response from resource server.
  * @return OC_STACK_OK in case of success and other value otherwise.
index 98e0880..9bc129b 100644 (file)
@@ -332,7 +332,7 @@ OCStackResult OCChangeMOTMode(void *ctx, const OCProvisionDev_t *targetDeviceInf
  * API to update 'doxm.oxmsel' to resource server.\r
  *\r
  * @param[in] targetDeviceInfo Selected target device.\r
- * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.oxm)\r
+ * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.doxmtype)\r
  * @param[in] resultCallback callback provided by API user, callback will be called when\r
  *            POST 'oxmsel' request recieves a response from resource server.\r
  * @return OC_STACK_OK in case of success and other value otherwise.\r
index 820b350..374b207 100644 (file)
@@ -251,7 +251,7 @@ exit:
  * API to add 'doxm.oxms' to resource server.
  *
  * @param[in] targetDeviceInfo Selected target device.
- * @param[in] newOxm  OxMs to be added (ref. oic.sec.oxm)
+ * @param[in] newOxm  OxMs to be added (ref. oic.sec.doxmtype)
  * @param[in] resultCallback callback provided by API user, callback will be called when
  *            POST 'oxms' request recieves a response from resource server.
  * @return OC_STACK_OK in case of success and other value otherwise.
@@ -313,7 +313,7 @@ exit:
  * API to update 'doxm.oxmsel' to resource server.
  *
  * @param[in] targetDeviceInfo Selected target device.
-  * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.oxm)
+  * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.doxmtype)
  * @param[in] resultCallback callback provided by API user, callback will be called when
  *            POST 'oxmsel' request recieves a response from resource server.
  * @return OC_STACK_OK in case of success and other value otherwise.
index 2531a76..a511c2e 100644 (file)
@@ -1345,7 +1345,7 @@ OCStackResult OCChangeMOTMode(void *ctx, const OCProvisionDev_t *targetDeviceInf
  * API to update 'doxm.oxmsel' to resource server.
  *
  * @param[in] targetDeviceInfo Selected target device.
-  * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.oxm)
+  * @param[in] oxmSelValue Method of multiple ownership transfer (ref. oic.sec.doxmtype)
  * @param[in] resultCallback callback provided by API user, callback will be called when
  *            POST 'oxmsel' request recieves a response from resource server.
  * @return OC_STACK_OK in case of success and other value otherwise.