summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
index 466032f3221..f275be94303 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
@@ -52,8 +52,7 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (
*os << be_nl << be_nl
<< "TAO::Collocation_Strategy" << be_nl
- << "get_strategy (::CORBA::Object_ptr obj)"
- << be_idt_nl << "ACE_THROW_SPEC (( ::CORBA::SystemException));" << be_uidt;
+ << "get_strategy (::CORBA::Object_ptr obj);" << be_nl;
*os << be_nl << be_nl
<< "void" << be_nl
@@ -65,8 +64,7 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (
<< "const char * op," << be_nl
<< "size_t op_len," << be_nl
<< "TAO::Collocation_Strategy strategy" << be_uidt_nl
- << ")" << be_nl
- << "ACE_THROW_SPEC (( ::CORBA::Exception));";
+ << ");" << be_nl;
*os << be_uidt_nl << be_nl
<< "static " << node->strategized_proxy_broker_name ()