summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_param_holder.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-09-17 13:37:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-09-17 13:37:08 +0200
commitfdeff1b597fed3d27b975d0486ba4966a89b977b (patch)
treeef434018424594109d5d8a734892c457711b2173 /TAO/TAO_IDL/be_include/be_param_holder.h
parent0ca9c019335cde957877214b6ffb4328de4ca198 (diff)
downloadATCD-fdeff1b597fed3d27b975d0486ba4966a89b977b.tar.gz
Remove manual narrow support and use dynamic_cast
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_param_holder.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_param_holder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_param_holder.h b/TAO/TAO_IDL/be_include/be_param_holder.h
index a0817afce82..64a39d8f9ff 100644
--- a/TAO/TAO_IDL/be_include/be_param_holder.h
+++ b/TAO/TAO_IDL/be_include/be_param_holder.h
@@ -28,9 +28,6 @@ public:
virtual ~be_param_holder (void);
- // Narrowing.
- DEF_NARROW_FROM_DECL (be_param_holder);
-
// Cleanup function.
virtual void destroy (void);