summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_EnabledAccountCapabilitiesProvider.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/account/LMI_EnabledAccountCapabilitiesProvider.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/account/LMI_EnabledAccountCapabilitiesProvider.c')
-rw-r--r--src/account/LMI_EnabledAccountCapabilitiesProvider.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/account/LMI_EnabledAccountCapabilitiesProvider.c b/src/account/LMI_EnabledAccountCapabilitiesProvider.c
index 4c1d078..2f0d1a5 100644
--- a/src/account/LMI_EnabledAccountCapabilitiesProvider.c
+++ b/src/account/LMI_EnabledAccountCapabilitiesProvider.c
@@ -138,6 +138,21 @@ CMMethodMIStub(
_cb,
LMI_EnabledAccountCapabilitiesInitialize())
+KUint16 LMI_EnabledAccountCapabilities_CreateGoalSettings(
+ const CMPIBroker* cb,
+ CMPIMethodMI* mi,
+ const CMPIContext* context,
+ const LMI_EnabledAccountCapabilitiesRef* self,
+ const KStringA* TemplateGoalSettings,
+ KStringA* SupportedGoalSettings,
+ CMPIStatus* status)
+{
+ KUint16 result = KUINT16_INIT;
+
+ KSetStatus(status, ERR_NOT_SUPPORTED);
+ return result;
+}
+
KONKRET_REGISTRATION(
"root/cimv2",
"LMI_EnabledAccountCapabilities",