summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/eh_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/eh_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Reactor/eh_i.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/eh_i.h b/TAO/tests/NestedUpcall/Reactor/eh_i.h
index b73247c9135..c3b0a729696 100644
--- a/TAO/tests/NestedUpcall/Reactor/eh_i.h
+++ b/TAO/tests/NestedUpcall/Reactor/eh_i.h
@@ -17,15 +17,13 @@ public:
virtual ~EventHandler_i (void);
// Destructor.
- virtual CORBA::Long peer (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long peer (CORBA::Environment &env);
// Return some value...doesn't matter what.
virtual CORBA::UShort decrement (Reactor_ptr eh,
CORBA::UShort num,
- CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
- // decrement <num> by calling decrement thru <eh> until zero is
+ CORBA::Environment &env);
+ // deccrement <num> by calling decrement thru <eh> until zero is
// reached, then return.
};