Menu

#836 base: Add C++ utility functions

5.0.FC
fixed
None
enhancement
base
-
major
2016-04-01
2014-04-03
No

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.

Related

Tickets: #836
Wiki: ChangeLog-5.0.0

Discussion

  • Anders Widell

    Anders Widell - 2014-04-03

    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.

     
  • Anders Widell

    Anders Widell - 2014-08-15
    • Milestone: 4.5.FC --> 4.6.FC
     
  • Mathi Naickan

    Mathi Naickan - 2015-03-16
    • Milestone: 4.6.FC --> future
     
  • Anders Widell

    Anders Widell - 2015-12-08
    • Milestone: future --> 5.0.FC
     
  • Anders Widell

    Anders Widell - 2016-02-23
    • status: unassigned --> accepted
    • assigned_to: Anders Widell
     
  • Anders Widell

    Anders Widell - 2016-02-29
    • status: accepted --> review
     
  • Anders Widell

    Anders Widell - 2016-04-01
    • status: review --> fixed
     
  • Anders Widell

    Anders Widell - 2016-04-01

    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


Log in to post a comment.