summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 02:29:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 02:29:20 +0000
commita2cca0129d0320a25a11369440a2ad53ae238ac8 (patch)
tree51ae3d99dd177563bb6ef437949f516bddb75137
parent35eb256291030fbf067858f0101ba6126aa9fd81 (diff)
downloadATCD-a2cca0129d0320a25a11369440a2ad53ae238ac8.tar.gz
added throw spec macros
-rw-r--r--TAO/examples/Simple/echo/Echo_i.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.cpp b/TAO/examples/Simple/echo/Echo_i.cpp
index e73f7525206..7e9c567229c 100644
--- a/TAO/examples/Simple/echo/Echo_i.cpp
+++ b/TAO/examples/Simple/echo/Echo_i.cpp
@@ -29,6 +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)
{
Echo::List *list;
@@ -51,6 +52,7 @@ 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)
@@ -76,6 +78,7 @@ 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",