From 70b28ba29efaed433c3bfbdca14332c39a99883c Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 29 Jun 2021 18:53:04 -0500 Subject: Try to Fix Issues with int8/uint8 --- TAO/TAO_IDL/be_include/be_global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/TAO_IDL/be_include/be_global.h') diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h index 01dfa862b74..a3a4a16d924 100644 --- a/TAO/TAO_IDL/be_include/be_global.h +++ b/TAO/TAO_IDL/be_include/be_global.h @@ -55,6 +55,9 @@ public: COREDX }; + static const char *const core_versioned_ns_begin; + static const char *const core_versioned_ns_end; + BE_GlobalData (); ~BE_GlobalData (); -- cgit v1.2.1