Revision: 432
http://svn.sourceforge.net/omc/?rev=432&view=rev
Author: npaxton
Date: 2007-02-01 09:55:26 -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/branches/1.0/mof/smash/omc-firmware-inventory-profile.mof
Modified: schema/branches/1.0/mof/smash/omc-firmware-inventory-profile.mof
===================================================================
--- schema/branches/1.0/mof/smash/omc-firmware-inventory-profile.mof 2007-02-01 17:50:42 UTC (rev 431)
+++ schema/branches/1.0/mof/smash/omc-firmware-inventory-profile.mof 2007-02-01 17:55:26 UTC (rev 432)
@@ -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.
|