summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/30_LMI_Jobs.mof2
-rw-r--r--mof/60_LMI_Software.mof17
2 files changed, 19 insertions, 0 deletions
diff --git a/mof/30_LMI_Jobs.mof b/mof/30_LMI_Jobs.mof
index 2bdb526..9592e92 100644
--- a/mof/30_LMI_Jobs.mof
+++ b/mof/30_LMI_Jobs.mof
@@ -38,6 +38,8 @@ class LMI_OwningJobElement : CIM_OwningJobElement
[ Version("0.2.0") ]
class LMI_MethodResult : CIM_MethodResult
{
+ [ Implemented(true), Override("InstanceID") ]
+ string InstanceID;
};
[ Version("0.2.0") ]
diff --git a/mof/60_LMI_Software.mof b/mof/60_LMI_Software.mof
index 3ba1163..4cd98d8 100644
--- a/mof/60_LMI_Software.mof
+++ b/mof/60_LMI_Software.mof
@@ -708,6 +708,23 @@ class LMI_SoftwareInstallationServiceCapabilities :
[Version("0.2.0")]
class LMI_SoftwareMethodResult : LMI_MethodResult {
+
+ [Implemented(true), Override("Caption")]
+ string Caption;
+
+ [Implemented(true), Override("Description")]
+ string Description;
+
+ [Implemented(true), Override("ElementName")]
+ string ElementName;
+
+ /* FIXME: find out, why overriding following properties fails
+
+ [ Implemented(true), Override("PreCallIndication") ]
+ string PreCallIndication;
+ [ Implemented(true), Override("PostCallIndication") ]
+ string PostCallIndication;
+ */
};
/******************************************************************************