Re: [devel] [PATCH 1 of 3] imm: Replaced immutil APIs from SaNameT to char * or const char * [ #957]

2014-08-13 Thread Anders Bjornerstedt
Hi Neel, Ack on #957 witth the following comment: In immutil.h there is a duplicate declaration of the old immutils call: extern SaAisErrorT immutil_saImmOmCcbObjectCreate_2(SaImmCcbHandleT immCcbHandle, const SaImmClassNameT className,

[devel] [PATCH 1 of 3] imm: Replaced immutil APIs from SaNameT to char * or const char * [ #957]

2014-08-11 Thread reddy . neelakanta
osaf/libs/common/immsv/include/immutil.h | 83 +- osaf/tools/safimm/src/immutil.c | 244 ++- 2 files changed, 321 insertions(+), 6 deletions(-) Immutill APIs are extended which will replace all the SaNameT to char * or const char *. By providing