summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/ping_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Faults/ping_i.cpp')
-rw-r--r--TAO/tests/Faults/ping_i.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/Faults/ping_i.cpp b/TAO/tests/Faults/ping_i.cpp
index a952dec9087..44c4ff825aa 100644
--- a/TAO/tests/Faults/ping_i.cpp
+++ b/TAO/tests/Faults/ping_i.cpp
@@ -10,27 +10,23 @@ ACE_RCSID(Faults, test_i, "$Id$")
void
PingObject_i::ping (PingObject_ptr callback)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
callback->pong ();
}
void
PingObject_i::pong (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
void
PingObject_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}
PortableServer::POA_ptr
PingObject_i::_default_POA (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return PortableServer::POA::_duplicate (this->poa_.in ());
}