[devel] [PATCH 1 of 1] AMF: Use IMM applier in the AMF node director V2 [#819]

2014-05-22 Thread Hans Nordeback
osaf/libs/common/amf/include/amf_defs.h |6 + osaf/services/saf/amf/amfnd/Makefile.am |1 + osaf/services/saf/amf/amfnd/evt.cc |7 + osaf/services/saf/amf/amfnd/hcdb.cc | 159 osaf/services/saf/amf/amfnd/imm.cc | 765

Re: [devel] [PATCH 1 of 1] AMF: Use IMM applier in the AMF node director V2 [#819]

2014-05-26 Thread Hans Feldt
Some comments: - I think a CCB Container should be a general independent class. Now it is part of class AvndImmEvt. Seems like it could be used directly from the modify callback. - If e.g. a HC type is changed it could is perfectly normal/OK that it does not exist on a specific node. This means

Re: [devel] [PATCH 1 of 1] AMF: Use IMM applier in the AMF node director V2 [#819]

2014-05-27 Thread Hans Feldt
sourceforge.net > Subject: Re: [devel] [PATCH 1 of 1] AMF: Use IMM applier in the AMF node > director V2 [#819] > > Some comments: > - I think a CCB Container should be a general independent class. Now it is > part of class AvndImmEvt. Seems like it could be used > directly fro