summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.h')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.h b/TAO/examples/Simple/echo/Echo_i.h
index 1b5628a6a0e..2ec327e5f8d 100644
--- a/TAO/examples/Simple/echo/Echo_i.h
+++ b/TAO/examples/Simple/echo/Echo_i.h
@@ -40,16 +40,13 @@ public:
~Echo_i (void);
// Destructor.
- virtual Echo::List *echo_list (const char *mesg)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual Echo::List *echo_list (const char *mesg);
// Return the mesg string back from the server.
- virtual char *echo_string (const char *mesg)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual char *echo_string (const char *mesg);
// Return the mesg string back from the server.
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
// Shutdown the server.
void orb (CORBA::ORB_ptr o);