From 8e995d10dcf6741960c2ea7633fcd2b5cc252870 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 2 Dec 2013 16:11:08 +0100 Subject: Service: Support indications on instance property modification. --- mof/60_LMI_Service.mof | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mof') diff --git a/mof/60_LMI_Service.mof b/mof/60_LMI_Service.mof index 1a86fec..a257eb2 100644 --- a/mof/60_LMI_Service.mof +++ b/mof/60_LMI_Service.mof @@ -45,3 +45,10 @@ class LMI_Service: CIM_Service uint32 TurnServiceOff(); }; + +[ Version("0.2.0"), Indication, + Provider("cmpi:cmpiLMI_Service"), + Description("Service Instance Modification Indication") ] +class LMI_ServiceInstanceModificationIndication: CIM_InstModification +{ +}; -- cgit