summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Typed_Events/Server_i.h')
-rw-r--r--TAO/examples/OBV/Typed_Events/Server_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Server_i.h b/TAO/examples/OBV/Typed_Events/Server_i.h
index bd1259e9c5f..8341c26165e 100644
--- a/TAO/examples/OBV/Typed_Events/Server_i.h
+++ b/TAO/examples/OBV/Typed_Events/Server_i.h
@@ -37,15 +37,12 @@ public:
virtual void put_event (
Event * e
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
virtual Event_List * get_critical_events (
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
// Shutdown the server.
void orb (CORBA::ORB_ptr o);