summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-08-09 22:26:04 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-08-09 22:26:04 +0000
commit738396f2cfa880a6ba6a23382cd2782bc08e3020 (patch)
tree834417b9880edc4bfadb9bef7ee163130575477d
parentae4f93f0a595eaf6c1a0f495d7245bdf54a08486 (diff)
downloadATCD-738396f2cfa880a6ba6a23382cd2782bc08e3020.tar.gz
ChangeLogTag:Sat Aug 9 17:22:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog_ref8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp13
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp2
3 files changed, 15 insertions, 8 deletions
diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref
index c09abd8373f..5fc7bb1efae 100644
--- a/TAO/ChangeLog_ref
+++ b/TAO/ChangeLog_ref
@@ -1,3 +1,11 @@
+Sat Aug 9 17:22:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp:
+ * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
+
+ Changed the exception specification from SystemException to
+ simple CORBA Exception.
+
Fri Aug 8 08:58:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp: #included config-all.h for getting
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 2294873352d..8bfc48c4492 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
@@ -2,8 +2,8 @@
// $Id$
//
-ACE_RCSID (be_visitor_interface,
- base_proxy_broker_sh,
+ACE_RCSID (be_visitor_interface,
+ base_proxy_broker_sh,
"$Id$")
be_visitor_interface_strategized_proxy_broker_sh::
@@ -28,7 +28,7 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (
TAO_OutStream *os = this->ctx_->stream ();
*os << be_nl << be_nl
- << "///////////////////////////////////////////////////////////////////////"
+ << "///////////////////////////////////////////////////////////////////////"
<< be_nl
<< "// Strategized Proxy Broker Declaration " << be_nl
<< "//" << be_nl << be_nl;
@@ -39,7 +39,7 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (
*os << "class " << be_global->skel_export_macro () << " "
<< node->strategized_proxy_broker_name () << be_idt_nl
<< ": public virtual "
- << "TAO::Collocation_Proxy_Broker" << be_uidt_nl << "{"
+ << "TAO::Collocation_Proxy_Broker" << be_uidt_nl << "{"
<< be_nl
<< "public: " << be_idt;
@@ -71,11 +71,11 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (
<< "TAO::Collocation_Strategy strategy" << be_nl
<< "ACE_ENV_ARG_DECL" << be_uidt_nl
<< ")" << be_nl
- << "ACE_THROW_SPEC ((CORBA::SystemException));" << be_uidt;
+ << "ACE_THROW_SPEC ((CORBA::Exception));" << be_uidt;
*os << be_uidt_nl << be_nl
<< "static" << be_nl
- << node->strategized_proxy_broker_name () << " *" << be_nl
+ << node->strategized_proxy_broker_name () << " *" << be_nl
<< "the" << node->strategized_proxy_broker_name ()
<< " (void);" << be_uidt_nl;
@@ -96,4 +96,3 @@ int be_visitor_interface_strategized_proxy_broker_sh::visit_component (
{
return this->visit_interface (node);
}
-
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
index 9856ab71fe1..817c77d71eb 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
@@ -92,7 +92,7 @@ be_visitor_interface_strategized_proxy_broker_ss::visit_interface (
<< "TAO::Collocation_Strategy strategy" << be_nl
<< "ACE_ENV_ARG_DECL" << be_uidt_nl
<< ")" << be_nl
- << "ACE_THROW_SPEC ((CORBA::SystemException))" << be_uidt_nl
+ << "ACE_THROW_SPEC ((CORBA::Exception))" << be_uidt_nl
<< "{" << be_idt_nl
<< "ACE_TRY" << be_idt_nl
<< "{" << be_idt_nl