TESTING:-
Again from list discussed with Damien -
Reservedfieldsimpl.h missing declaration in openmama.
This was a simple addition of missing declaration for cleanupReservedFields within reservedfieldsimpl.h
PATCH:- 0001-Addition-of-missing-declaration-for-cleanupReservedF
From ef5367a122a439e8f0a77eb16f6f7ae4cb24b6a8 Mon Sep 17 00:00:00 2001
From: A Ambrose <aambrose@...>
Date: Thu, 21 Aug 2014 11:33:21 +0100
Subject: [PATCH 1/3] Addition of missing declaration for cleanupReservedFields within rservedfieldsimpl.h
[OMAMA-281]
Signed-off-by: A Ambrose <aambrose@...>
---
mama/c_cpp/src/c/reservedfieldsimpl.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/mama/c_cpp/src/c/reservedfieldsimpl.h b/mama/c_cpp/src/c/reservedfieldsimpl.h
index 5ee48ba..5dba8ab 100644
--- a/mama/c_cpp/src/c/reservedfieldsimpl.h
+++ b/mama/c_cpp/src/c/reservedfieldsimpl.h
@@ -30,6 +30,8 @@ extern "C" {
API*/
extern void initReservedFields (void);
+extern void cleanupReservedFields (void);
+
#if defined(__cplusplus)
}
#endif
--
1.7.1