Update Partner Repo

This update brings the partner repo up-to-date with commit
f107d9b60034429376c5a6f44b94aada188ef6de in the internal repo.
This commit is contained in:
Aaron Vaage
2021-01-21 18:56:23 -08:00
parent 565237f8e6
commit c1401c6a1c
6 changed files with 30 additions and 28 deletions

View File

@@ -21,7 +21,7 @@
namespace wvodk_test {
void ODK_SetDefaultCoreFields(ODK_CoreMessage* core_message,
uint32_t message_type) {
ODK_MessageType message_type) {
ASSERT_TRUE(core_message != nullptr);
core_message->message_type = message_type;
core_message->message_length = 0;

View File

@@ -68,7 +68,7 @@ struct ODK_ProvisioningResponseParams {
// Default values in core_message for testing
void ODK_SetDefaultCoreFields(ODK_CoreMessage* core_message,
uint32_t message_type);
ODK_MessageType message_type);
void ODK_SetDefaultLicenseResponseParams(ODK_LicenseResponseParams* params);
void ODK_SetDefaultRenewalResponseParams(ODK_RenewalResponseParams* params);
void ODK_SetDefaultProvisioningResponseParams(