This is an umbrella enhancement ticket for adding C++ library functions to be used internally within OpenSAF (i.e. not exposed to application programs).
We may need a separate library for the implementation, to avoid mixing C and C++ code in libopensaf_core. Or, if the functions/methods are fairly small, they may be implemented entirely as inline functions which would avoid the need for a separate library.
Attaching a prototype C++ wrapper for the OpenSAF mailbox written by Hans F, which also show how it may be used in AMF. The prototype should be made more generic by using a template.
changeset: 7405:09a801d5344d
user: Anders Widell an..@..com
date: Fri Apr 01 09:54:52 2016 +0200
summary: base: Add C++ utility functions [#836]
[staging:09a801]
Related
Commit: [09a801]
Tickets:
#836