summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-24 19:02:10 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-24 19:02:10 +0000
commiteef5b7ca85a3842950948fccca42a3b83c84ff75 (patch)
treef0cefdf50cecee81338f319ea19608d49cf3898a /TAO/examples/Simple/echo/Echo_i.cpp
parent07e8a1d00d1e2ab1c2b47e3698886f1512bcf03a (diff)
downloadATCD-pluggable_av_start.tar.gz
This commit was manufactured by cvs2svn to create tagpluggable_av_start
'pluggable_av_start'.
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",