diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-09-17 13:37:08 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-09-17 13:37:08 +0200 |
commit | fdeff1b597fed3d27b975d0486ba4966a89b977b (patch) | |
tree | ef434018424594109d5d8a734892c457711b2173 /TAO/TAO_IDL/be_include/be_field.h | |
parent | 0ca9c019335cde957877214b6ffb4328de4ca198 (diff) | |
download | ATCD-fdeff1b597fed3d27b975d0486ba4966a89b977b.tar.gz |
Remove manual narrow support and use dynamic_cast
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_field.h')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_field.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h index 3b860cf7390..523c5db704a 100644 --- a/TAO/TAO_IDL/be_include/be_field.h +++ b/TAO/TAO_IDL/be_include/be_field.h @@ -47,10 +47,6 @@ public: // Cleanup. virtual void destroy (void); - // Narrowing. - - DEF_NARROW_FROM_DECL (be_field); - private: // If the name of a provides or uses node has already been // prefixed with the (mirror)port name(s), we don't want |