summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-11-04 12:22:39 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-11-04 12:22:39 +0100
commit0a0a40d14648f7743dae31219d8eff8b79dd75b4 (patch)
tree63230165af31e53cdc917f585ffd332d519e75b3
parent7c0fd0abff1e337a4cff46096f384b83251a75a5 (diff)
downloadATCD-0a0a40d14648f7743dae31219d8eff8b79dd75b4.tar.gz
Removed not necessary c-style cast
* TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
index 04e77789bf5..e37489f190e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
@@ -191,7 +191,7 @@ be_visitor_interface_ss::visit_interface (be_interface *node)
{
*os << " ||" << be_uidt_nl
<< "!ACE_OS::strcmp (" << be_idt << be_idt_nl
- << "(char *)value," << be_nl
+ << "value," << be_nl
<< "\"IDL:omg.org/CORBA/AbstractBase:1.0\""
<< be_uidt_nl
<< ")";