From 3f1967644b6eb02e9e8ce1e357a0b458683bf8d0 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Wed, 21 Aug 2013 12:54:09 +0200 Subject: software: added missing Implemented qualifier to mof --- mof/60_LMI_Software.mof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mof') 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 " -- cgit