From: Chris B. <buc...@us...> - 2011-10-13 19:46:43
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv22411 Modified Files: indication.mof ChangeLog NEWS Log Message: [ 3422650 ] Associators calls to IndicationService depends on cmpi-base Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.618 retrieving revision 1.619 diff -u -d -r1.618 -r1.619 --- NEWS 3 Oct 2011 15:18:19 -0000 1.618 +++ NEWS 13 Oct 2011 19:46:40 -0000 1.619 @@ -6,6 +6,7 @@ - 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 ================= Index: indication.mof =================================================================== RCS file: /cvsroot/sblim/sfcb/indication.mof,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- indication.mof 3 Oct 2011 15:19:36 -0000 1.5 +++ indication.mof 13 Oct 2011 19:46:40 -0000 1.6 @@ -26,3 +26,8 @@ class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; + +// Allows for assocs calls to interopServerProvider (3422650) +class DMY_System : CIM_System +{ +}; Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.694 retrieving revision 1.695 diff -u -d -r1.694 -r1.695 --- ChangeLog 3 Oct 2011 15:18:19 -0000 1.694 +++ ChangeLog 13 Oct 2011 19:46:40 -0000 1.695 @@ -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: |