From: Heidi N. <hei...@us...> - 2005-04-06 15:43:25
|
Update of /cvsroot/sblim/cmpi-base/mof In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12058/mof Modified Files: Linux_BaseIndicationReg.mof Log Message: ported OperatingSystem'S process indication of OperationalStatus to become a life-cycle indication Index: Linux_BaseIndicationReg.mof =================================================================== RCS file: /cvsroot/sblim/cmpi-base/mof/Linux_BaseIndicationReg.mof,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Linux_BaseIndicationReg.mof 17 Mar 2005 08:39:54 -0000 1.1 +++ Linux_BaseIndicationReg.mof 6 Apr 2005 15:43:16 -0000 1.2 @@ -23,7 +23,8 @@ #pragma namespace ("root/PG_InterOp") // =================================================================== -// Linux_OperatingSystemIndication +// Linux_OperatingSystem +// - CIM_InstModification // =================================================================== @@ -35,9 +36,30 @@ ProviderName = "OSBase_OperatingSystemProvider"; CapabilityID = "2"; //Name of the CIM class as defined in the mof - ClassName = "Linux_OperatingSystemIndication"; + ClassName = "CIM_InstModification"; Namespaces = {"root/cimv2"}; ProviderType = { 4 }; // Indication SupportedProperties = NULL; // All properties SupportedMethods = NULL; // All methods }; + + +// =================================================================== +// Linux_OperatingSystemIndication +// =================================================================== + + +//instance of PG_ProviderCapabilities +//{ +// //The provider module as defined in PG_ProviderModule +// ProviderModuleName = "OSBase_OperatingSystemProviderModule"; +// //The provider name as defined in PG_Provider +// ProviderName = "OSBase_OperatingSystemProvider"; +// CapabilityID = "2"; +// //Name of the CIM class as defined in the mof +// ClassName = "Linux_OperatingSystemIndication"; +// Namespaces = {"root/cimv2"}; +// ProviderType = { 4 }; // Indication +// SupportedProperties = NULL; // All properties +// SupportedMethods = NULL; // All methods +//}; |