summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Software_MethodParameters.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/60_LMI_Software_MethodParameters.mof')
-rw-r--r--mof/60_LMI_Software_MethodParameters.mof16
1 files changed, 8 insertions, 8 deletions
diff --git a/mof/60_LMI_Software_MethodParameters.mof b/mof/60_LMI_Software_MethodParameters.mof
index b01349e..51d8d58 100644
--- a/mof/60_LMI_Software_MethodParameters.mof
+++ b/mof/60_LMI_Software_MethodParameters.mof
@@ -27,45 +27,45 @@
* In ideal world, they wouldn't be needed. Let's use them temporarily
* until pegasus supports instances of unknown classes.
******************************************************************************/
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromSoftwareIdentity {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromURI {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromByteStream {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_VerifyInstalledIdentity {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromSoftwareIdentity_Result
: __MethodParameters_InstallFromSoftwareIdentity
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromURI_Result
: __MethodParameters_InstallFromURI
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromByteStream_Result
: __MethodParameters_InstallFromByteStream
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association,
+[Version("0.2.0"), Association,
Description("This class, representing results of"
" SoftwareInstallationService::VerifyInstalledIdentity() is missing"
" Failed property, which is an array of references to failed tests."