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/hardware | |
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/hardware')
-rw-r--r-- | src/hardware/LMI_ProcessorCapabilitiesProvider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_ProcessorCapabilitiesProvider.c b/src/hardware/LMI_ProcessorCapabilitiesProvider.c index 0d816f0..d398523 100644 --- a/src/hardware/LMI_ProcessorCapabilitiesProvider.c +++ b/src/hardware/LMI_ProcessorCapabilitiesProvider.c @@ -226,8 +226,8 @@ KUint16 LMI_ProcessorCapabilities_CreateGoalSettings( CMPIMethodMI* mi, const CMPIContext* context, const LMI_ProcessorCapabilitiesRef* self, - const KStringA* TemplateGoalSettings, - KStringA* SupportedGoalSettings, + const KInstanceA* TemplateGoalSettings, + KInstanceA* SupportedGoalSettings, CMPIStatus* status) { KUint16 result = KUINT16_INIT; |