summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/Foo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/Foo_i.cpp')
-rw-r--r--TAO/examples/POA/TIE/Foo_i.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/examples/POA/TIE/Foo_i.cpp b/TAO/examples/POA/TIE/Foo_i.cpp
index 5f8b8e67cb1..203ac3aa1a7 100644
--- a/TAO/examples/POA/TIE/Foo_i.cpp
+++ b/TAO/examples/POA/TIE/Foo_i.cpp
@@ -27,7 +27,6 @@ ACE_RCSID(TIE, Foo_i, "$Id$")
// Return this->value
CORBA::Long
Tie_i::doit (CORBA::Environment &/*env*/)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->value_;
}
@@ -43,7 +42,6 @@ A_i::A_i (CORBA::Long value,
// Return this->value
CORBA::Long
A_i::doit (CORBA::Environment &/*env*/)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->value_;
}
@@ -66,7 +64,6 @@ Outer_i::B_i::B_i (CORBA::Long value,
// Return this->value
CORBA::Long
Outer_i::B_i::doit (CORBA::Environment &/*env*/)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->value_;
}
@@ -89,7 +86,6 @@ Outer_i::Inner_i::C_i::C_i (CORBA::Long value,
// Return this->value
CORBA::Long
Outer_i::Inner_i::C_i::doit (CORBA::Environment &/*env*/)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->value_;
}
@@ -100,3 +96,4 @@ Outer_i::Inner_i::C_i::_default_POA (CORBA::Environment &/*env*/)
{
return PortableServer::POA::_duplicate (this->poa_.in ());
}
+