summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_global.h
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-06-30 13:51:55 -0500
committerGitHub <noreply@github.com>2021-06-30 13:51:55 -0500
commit48f51b52ee8e8cc1ff6608f1539a7985c65e5acc (patch)
treee48a8d1246f541dbd7077471c4f6b86cb180c5e0 /TAO/TAO_IDL/be_include/be_global.h
parent4a5a0596c8b261c211a59c945b4f7783df50f132 (diff)
parent354b698dd92c075dc01d36bd01fefd56099ce6a5 (diff)
downloadATCD-48f51b52ee8e8cc1ff6608f1539a7985c65e5acc.tar.gz
Merge pull request #840 from iguessthislldo/igtd/stdint
IDLv4 Explicitly-named Integer Types
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_global.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h3
1 files changed, 3 insertions, 0 deletions
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 ();