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, 6 insertions, 3 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Server_i.h b/TAO/examples/OBV/Typed_Events/Server_i.h
index 76bfacc68c2..00e14a571b2 100644
--- a/TAO/examples/OBV/Typed_Events/Server_i.h
+++ b/TAO/examples/OBV/Typed_Events/Server_i.h
@@ -38,13 +38,16 @@ public:
virtual void put_event (
Event * e,
CORBA::Environment &ACE_TRY_ENV
- );
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
virtual Event_List * get_critical_events (
CORBA::Environment &ACE_TRY_ENV
- );
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (CORBA::Environment &env);
+ virtual void shutdown (CORBA::Environment &env)
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Shutdown the server.
void orb (CORBA::ORB_ptr o);