diff options
author | Radek Novacek <rnovacek@redhat.com> | 2013-07-01 08:50:35 +0200 |
---|---|---|
committer | Radek Novacek <rnovacek@redhat.com> | 2013-07-01 08:50:35 +0200 |
commit | 98e4b5dc9129d4f03e2ee9eae9aef2d7bd1009a0 (patch) | |
tree | 5f1f6e22020c368963d433a79d0cc21c5ffb7f62 /src/power/LMI_PowerManagementCapabilitiesProvider.c | |
parent | f871bc280bf833aa9bd7ca39c94817ee4ff03ff2 (diff) | |
download | openlmi-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/power/LMI_PowerManagementCapabilitiesProvider.c')
-rw-r--r-- | src/power/LMI_PowerManagementCapabilitiesProvider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/power/LMI_PowerManagementCapabilitiesProvider.c b/src/power/LMI_PowerManagementCapabilitiesProvider.c index be6759f..c072cff 100644 --- a/src/power/LMI_PowerManagementCapabilitiesProvider.c +++ b/src/power/LMI_PowerManagementCapabilitiesProvider.c @@ -180,8 +180,8 @@ KUint16 LMI_PowerManagementCapabilities_CreateGoalSettings( CMPIMethodMI* mi, const CMPIContext* context, const LMI_PowerManagementCapabilitiesRef* self, - const KStringA* TemplateGoalSettings, - KStringA* SupportedGoalSettings, + const KInstanceA* TemplateGoalSettings, + KInstanceA* SupportedGoalSettings, CMPIStatus* status) { KUint16 result = KUINT16_INIT; |