summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.cpp')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.cpp b/TAO/examples/Simple/echo/Echo_i.cpp
index 50cbc84bdd0..e73f7525206 100644
--- a/TAO/examples/Simple/echo/Echo_i.cpp
+++ b/TAO/examples/Simple/echo/Echo_i.cpp
@@ -29,10 +29,7 @@ Echo_i::orb (CORBA::ORB_ptr o)
Echo::List *
Echo_i::echo_list (const char *message,
CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
- ACE_UNUSED_ARG (message);
-
Echo::List *list;
ACE_NEW_RETURN (list,
@@ -54,7 +51,6 @@ Echo_i::echo_list (const char *message,
char *
Echo_i::echo_string (const char *mesg,
CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// The pointer mesg was NULL, return.
if (mesg == 0)
@@ -80,7 +76,6 @@ Echo_i::echo_string (const char *mesg,
void
Echo_i::shutdown (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"\n%s\n",