Allow C++ applications to include symtab header 77/4177/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 18 Jun 2020 12:22:58 +0000 (08:22 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 18 Jun 2020 12:22:58 +0000 (08:22 -0400)
commit70b01964f1adf1a80448672303afb1cff8990606
treee8e84f1979f03d0399e239a96286372c085d74c7
parent3bcb5b17e0b713d7a61389dcafa0d92a0704a7fb
Allow C++ applications to include symtab header

The RMR symbol table functions are exposed to xAPPs, however the
header file lacked the magic C++ goo that allowed it to be included.
This change adds the goo, and changes a parameter name in the
prototypes to avoide a collision with C++ reserved words.

Issue-ID: RIC-522

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Idadaa109d191b0de0629737f27d2444a4e581e64
CHANGES_CORE.txt
CMakeLists.txt
src/rmr/common/include/rmr_symtab.h