summaryrefslogtreecommitdiffstats
path: root/src/service
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/service
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/service')
-rw-r--r--src/service/LMI_ServiceProvider.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/service/LMI_ServiceProvider.c b/src/service/LMI_ServiceProvider.c
index 77ed59e..e7b84d9 100644
--- a/src/service/LMI_ServiceProvider.c
+++ b/src/service/LMI_ServiceProvider.c
@@ -251,6 +251,22 @@ KUint32 LMI_Service_StopService(
return result;
}
+KUint32 LMI_Service_ChangeAffectedElementsAssignedSequence(
+ const CMPIBroker* cb,
+ CMPIMethodMI* mi,
+ const CMPIContext* context,
+ const LMI_ServiceRef* self,
+ const KRefA* ManagedElements,
+ const KUint16A* AssignedSequence,
+ KRef* Job,
+ CMPIStatus* status)
+{
+ KUint32 result = KUINT32_INIT;
+
+ KSetStatus(status, ERR_NOT_SUPPORTED);
+ return result;
+}
+
KUint32 LMI_Service_ReloadService(
const CMPIBroker* cb,
CMPIMethodMI* mi,