summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/sum_server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/sum_server_i.h')
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/ORT/sum_server_i.h b/TAO/orbsvcs/examples/ORT/sum_server_i.h
index e093073e790..d9eb24f2943 100644
--- a/TAO/orbsvcs/examples/ORT/sum_server_i.h
+++ b/TAO/orbsvcs/examples/ORT/sum_server_i.h
@@ -31,8 +31,7 @@ class sum_server_i : public virtual POA_ORT::sum_server
/// add variables method
CORBA::Long add_variables (CORBA::Long a,
- CORBA::Long b)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long b);
};