summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-08-21 12:54:09 +0200
committerMichal Minar <miminar@redhat.com>2013-08-23 06:47:39 +0200
commit3f1967644b6eb02e9e8ce1e357a0b458683bf8d0 (patch)
treed4db1adcf3ce7fe2051b9e7c6659cabe88215354 /mof
parent25fa62a6c2d756da9203f62078068d00e2728dc1 (diff)
downloadopenlmi-providers-3f1967644b6eb02e9e8ce1e357a0b458683bf8d0.tar.gz
openlmi-providers-3f1967644b6eb02e9e8ce1e357a0b458683bf8d0.tar.xz
openlmi-providers-3f1967644b6eb02e9e8ce1e357a0b458683bf8d0.zip
software: added missing Implemented qualifier to mof
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Software.mof2
1 files changed, 1 insertions, 1 deletions
diff --git a/mof/60_LMI_Software.mof b/mof/60_LMI_Software.mof
index bb02e3f..49905c1 100644
--- a/mof/60_LMI_Software.mof
+++ b/mof/60_LMI_Software.mof
@@ -597,7 +597,7 @@ class LMI_SoftwareInstallationService : CIM_SoftwareInstallationService {
"CIM_SoftwareInstallationService.InstallFromByteStream.InstallOptions[]" }]
string InstallOptionsValues[]);
- [Description(
+ [Implemented(True), Description(
"Start a job to verify installed package represented by "
"SoftwareIdentity (Source) on a ManagedElement (Target).\n"
"If 0 is returned, the function completed successfully "