summaryrefslogtreecommitdiffstats
path: root/src/account
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-07-01 08:50:35 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-07-01 08:50:35 +0200
commit98e4b5dc9129d4f03e2ee9eae9aef2d7bd1009a0 (patch)
tree5f1f6e22020c368963d433a79d0cc21c5ffb7f62 /src/account
parentf871bc280bf833aa9bd7ca39c94817ee4ff03ff2 (diff)
downloadopenlmi-providers-98e4b5dc9129d4f03e2ee9eae9aef2d7bd1009a0.tar.gz
openlmi-providers-98e4b5dc9129d4f03e2ee9eae9aef2d7bd1009a0.tar.xz
openlmi-providers-98e4b5dc9129d4f03e2ee9eae9aef2d7bd1009a0.zip
Adapt for KonkretCMPI changes in EmbeddedInstances
KonkretCMPI was recently changed to handle EmbeddedInstances as KInstance type instead of KString, which is much more convinient to use, but the generated sources must be sometimes fixed.
Diffstat (limited to 'src/account')
-rw-r--r--src/account/LMI_AccountManagementCapabilitiesProvider.c4
-rw-r--r--src/account/LMI_EnabledAccountCapabilitiesProvider.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/account/LMI_AccountManagementCapabilitiesProvider.c b/src/account/LMI_AccountManagementCapabilitiesProvider.c
index a4499be..85eef0f 100644
--- a/src/account/LMI_AccountManagementCapabilitiesProvider.c
+++ b/src/account/LMI_AccountManagementCapabilitiesProvider.c
@@ -182,8 +182,8 @@ KUint16 LMI_AccountManagementCapabilities_CreateGoalSettings(
CMPIMethodMI* mi,
const CMPIContext* context,
const LMI_AccountManagementCapabilitiesRef* self,
- const KStringA* TemplateGoalSettings,
- KStringA* SupportedGoalSettings,
+ const KInstanceA* TemplateGoalSettings,
+ KInstanceA* SupportedGoalSettings,
CMPIStatus* status)
{
KUint16 result = KUINT16_INIT;
diff --git a/src/account/LMI_EnabledAccountCapabilitiesProvider.c b/src/account/LMI_EnabledAccountCapabilitiesProvider.c
index 7cda823..014247a 100644
--- a/src/account/LMI_EnabledAccountCapabilitiesProvider.c
+++ b/src/account/LMI_EnabledAccountCapabilitiesProvider.c
@@ -163,8 +163,8 @@ KUint16 LMI_EnabledAccountCapabilities_CreateGoalSettings(
CMPIMethodMI* mi,
const CMPIContext* context,
const LMI_EnabledAccountCapabilitiesRef* self,
- const KStringA* TemplateGoalSettings,
- KStringA* SupportedGoalSettings,
+ const KInstanceA* TemplateGoalSettings,
+ KInstanceA* SupportedGoalSettings,
CMPIStatus* status)
{
KUint16 result = KUINT16_INIT;