summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_EnabledAccountCapabilitiesProvider.c
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/LMI_EnabledAccountCapabilitiesProvider.c
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/LMI_EnabledAccountCapabilitiesProvider.c')
-rw-r--r--src/account/LMI_EnabledAccountCapabilitiesProvider.c4
1 files changed, 2 insertions, 2 deletions
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;