summaryrefslogtreecommitdiffstats
path: root/src/power/LMI_PowerManagementServiceProvider.c
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-08-28 15:01:56 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-08-29 10:19:29 +0200
commita84a46269b1e4147e31a3233fe3feb0879c268ba (patch)
treebe41553466e839f91d13f77b493135787eec5032 /src/power/LMI_PowerManagementServiceProvider.c
parent0d8159df016b24d217d218fee53c7ece7eebb67a (diff)
downloadopenlmi-providers-a84a46269b1e4147e31a3233fe3feb0879c268ba.tar.gz
openlmi-providers-a84a46269b1e4147e31a3233fe3feb0879c268ba.tar.xz
openlmi-providers-a84a46269b1e4147e31a3233fe3feb0879c268ba.zip
Define methods from experimental schema
Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
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,