summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-05-17 13:25:59 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-05-20 12:02:14 +0200
commit6aca507e826537a533ba73ee2dd83e5f900edca5 (patch)
treef3394c073bcf08e342e4cd48db4a6c5a3e94a04d /mof
parentc9a3b903edb3509f1693020ff89fa9c4a5c4f0e5 (diff)
downloadopenlmi-providers-6aca507e826537a533ba73ee2dd83e5f900edca5.tar.gz
openlmi-providers-6aca507e826537a533ba73ee2dd83e5f900edca5.tar.xz
openlmi-providers-6aca507e826537a533ba73ee2dd83e5f900edca5.zip
power: Rename LMI_ConcreteJob to LMI_PowerConcreteJob
There is collision with LMI_ConcreteJob provided by 30_LMI_Jobs.mof. This is just workaround, proper fix would be to use the jobs properly. The jobs in power provider were just an attempt and need to be fixed.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_PowerManagement.mof5
1 files changed, 5 insertions, 0 deletions
diff --git a/mof/60_LMI_PowerManagement.mof b/mof/60_LMI_PowerManagement.mof
index 7657818..f1b9ee9 100644
--- a/mof/60_LMI_PowerManagement.mof
+++ b/mof/60_LMI_PowerManagement.mof
@@ -55,6 +55,11 @@ class LMI_HostedPowerManagementService: CIM_HostedService
};
[ Provider("cmpi:cmpiLMI_PowerManagement") ]
+class LMI_PowerConcreteJob: CIM_ConcreteJob
+{
+};
+
+[ Provider("cmpi:cmpiLMI_PowerManagement") ]
class LMI_ElementCapabilities: CIM_ElementCapabilities
{
[ Key, Min(1), Description("The managed element.") ]