summaryrefslogtreecommitdiffstats
path: root/src/power/LMI_PowerManagementServiceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/power/LMI_PowerManagementServiceProvider.c')
-rw-r--r--src/power/LMI_PowerManagementServiceProvider.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/power/LMI_PowerManagementServiceProvider.c b/src/power/LMI_PowerManagementServiceProvider.c
index d3857cb..65721bc 100644
--- a/src/power/LMI_PowerManagementServiceProvider.c
+++ b/src/power/LMI_PowerManagementServiceProvider.c
@@ -224,6 +224,22 @@ KUint32 LMI_PowerManagementService_StopService(
return result;
}
+KUint32 LMI_PowerManagementService_ChangeAffectedElementsAssignedSequence(
+ const CMPIBroker* cb,
+ CMPIMethodMI* mi,
+ const CMPIContext* context,
+ const LMI_PowerManagementServiceRef* self,
+ const KRefA* ManagedElements,
+ const KUint16A* AssignedSequence,
+ KRef* Job,
+ CMPIStatus* status)
+{
+ KUint32 result = KUINT32_INIT;
+
+ KSetStatus(status, ERR_NOT_SUPPORTED);
+ return result;
+}
+
KUint32 LMI_PowerManagementService_SetPowerState(
const CMPIBroker* cb,
CMPIMethodMI* mi,