From: Chris B. <buc...@us...> - 2011-10-03 15:19:38
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv16128 Modified Files: indication.mof Log Message: [ 3416167 ] CIM_InstDeletion not in class repo by default Index: indication.mof =================================================================== RCS file: /cvsroot/sblim/sfcb/indication.mof,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- indication.mof 1 Oct 2009 21:53:56 -0000 1.4 +++ indication.mof 3 Oct 2011 15:19:36 -0000 1.5 @@ -19,6 +19,10 @@ { }; +class DMY_InstDeletion : CIM_InstDeletion +{ +}; + class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; |