From: Chris B. <buc...@us...> - 2011-10-03 15:22:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via 0dab99a42ac2950b9512dbe8557090ee9fdcc56f (commit) from b13a39b16ea2fba1afaebf892becba4a75a966cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0dab99a42ac2950b9512dbe8557090ee9fdcc56f Author: buccella <buc...@li...> Date: Mon Oct 3 11:22:12 2011 -0400 [ 3416167 ] CIM_InstDeletion not in class repo by default ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index f74763c..e5f63bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-03 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3416167 ] CIM_InstDeletion not in class repo by default + 2011-09-30 Chris Buccella <buc...@li...> * providerDrv.c: diff --git a/NEWS b/NEWS index 41e4d80..4680589 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,7 @@ Bugs Fixed: - 3414700 assocClass ignored for assoc upcalls - 3416055 SIGSEGV sometimes does not print provider name +- 3416167 CIM_InstDeletion not in class repo by default Changes in 1.3.13 ================= diff --git a/indication.mof b/indication.mof index 8eed421..9d6adb6 100644 --- a/indication.mof +++ b/indication.mof @@ -19,6 +19,10 @@ class DMY_InstModification : CIM_InstModification { }; +class DMY_InstDeletion : CIM_InstDeletion +{ +}; + class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; hooks/post-receive -- SFCB - Small Footprint CIM Broker |