summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Synch_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Synch_i.h')
-rw-r--r--TAO/examples/RTScheduling/Synch_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/RTScheduling/Synch_i.h b/TAO/examples/RTScheduling/Synch_i.h
index 9758f3bd8c4..248895d9a18 100644
--- a/TAO/examples/RTScheduling/Synch_i.h
+++ b/TAO/examples/RTScheduling/Synch_i.h
@@ -10,8 +10,7 @@ class SYNCH_Export Synch_i : public POA_Synch
public:
Synch_i (void);
- virtual void go (CORBA::Long base_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void go (CORBA::Long base_time);
int synched (void);