From: Chris B. <buc...@us...> - 2011-10-13 19:57:48
|
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 6837ecbf4ba89e35bc7f5c210157054db3cc873a (commit) from 0dab99a42ac2950b9512dbe8557090ee9fdcc56f (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 6837ecbf4ba89e35bc7f5c210157054db3cc873a Author: buccella <buc...@li...> Date: Thu Oct 13 15:58:03 2011 -0400 [ 3422650 ] Associators calls to IndicationService depends on cmpi-base ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index e5f63bc..ceb80b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-13 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3422650 ] Associators calls to IndicationService depends on cmpi-base + 2011-10-03 Chris Buccella <buc...@li...> * indication.mof: diff --git a/NEWS b/NEWS index 4680589..ccede82 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,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 +- 3422650 Associators calls to IndicationService depends on cmpi-base Changes in 1.3.13 ================= diff --git a/indication.mof b/indication.mof index 9d6adb6..fa9c0eb 100644 --- a/indication.mof +++ b/indication.mof @@ -26,3 +26,8 @@ class DMY_InstDeletion : CIM_InstDeletion class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; + +// Allows for assocs calls to interopServerProvider (3422650) +class DMY_System : CIM_System +{ +}; hooks/post-receive -- SFCB - Small Footprint CIM Broker |