summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-09-18 08:46:41 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-09-18 08:46:41 +0200
commit6f78b0285ec9a20ccc8c626ff99e5df711a25e18 (patch)
tree007b3cf4129ecb433a642605b88ab8f5ca68a306 /TAO/NEWS
parent0eff81cbdb5089fc417afd9aeddf20a626e7512a (diff)
downloadATCD-6f78b0285ec9a20ccc8c626ff99e5df711a25e18.tar.gz
Remove usage of narrow_from_decl/narrow_from_scope and replace them with dynamic_cast
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 0c3828c2eea..48d15915bc3 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,11 @@
USER VISIBLE CHANGES BETWEEN TAO-2.5.11 and TAO-2.5.12
======================================================
+. Removed usage of narrow_from_decl and narrow_from_scope
+ from TAO_IDL, use dynamic_cast now that we have RTTI. Any
+ user that has a custom backend should make the similar
+ changes to their own TAO_IDL backend
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.10 and TAO-2.5.11
======================================================