From: <np...@us...> - 2007-02-01 17:59:01
|
Revision: 433 http://svn.sourceforge.net/omc/?rev=433&view=rev Author: npaxton Date: 2007-02-01 09:58:54 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Change CIM_SoftwareIdentityCollection to CIM_SystemSpecificCollection: SoftwareIdentityCollection was removed from the cimv2.14 exp. schema. All refs to it revert back to CIM_SystemSpecificCollection Modified Paths: -------------- schema/trunk/mof/smash/omc-firmware-inventory-profile.mof Modified: schema/trunk/mof/smash/omc-firmware-inventory-profile.mof =================================================================== --- schema/trunk/mof/smash/omc-firmware-inventory-profile.mof 2007-02-01 17:55:26 UTC (rev 432) +++ schema/trunk/mof/smash/omc-firmware-inventory-profile.mof 2007-02-01 17:58:54 UTC (rev 433) @@ -14,8 +14,12 @@ Description ( "SoftwareIdentityCollection for installed firmware") ] class OMC_InstalledFirmwareIdentityCollection - : CIM_SoftwareIdentityCollection -{ + : CIM_SystemSpecificCollection + // NOTE: This was previously CIM_SoftwareIdentityCollection, but + // that class was removed from the cimv2.14 exp version of the + // schema. All refs to SoftwareIdentityCollection revert back + // to CIM_SystemSpecificCollection +{ }; // ================================================================== @@ -25,7 +29,11 @@ Description ( "SoftwareIdentityCollection for available firmware") ] class OMC_AvailableFirmwareIdentityCollection - : CIM_SoftwareIdentityCollection + : CIM_SystemSpecificCollection + // NOTE: This was previously CIM_SoftwareIdentityCollection, but + // that class was removed from the cimv2.14 exp version of the + // schema. All refs to SoftwareIdentityCollection revert back + // to CIM_SystemSpecificCollection { }; @@ -37,7 +45,11 @@ "SoftwareIdentityCollection for firmware images that are " "available for remote systems") ] class OMC_ServableFirmwareIdentityCollection - : CIM_SoftwareIdentityCollection + : CIM_SystemSpecificCollection + // NOTE: This was previously CIM_SoftwareIdentityCollection, but + // that class was removed from the cimv2.14 exp version of the + // schema. All refs to SoftwareIdentityCollection revert back + // to CIM_SystemSpecificCollection { }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |