summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/Table_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/Table_Adapter.h')
-rw-r--r--TAO/tao/IORTable/Table_Adapter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/IORTable/Table_Adapter.h b/TAO/tao/IORTable/Table_Adapter.h
index 628b1a4d8ae..ffeafdb2a8c 100644
--- a/TAO/tao/IORTable/Table_Adapter.h
+++ b/TAO/tao/IORTable/Table_Adapter.h
@@ -49,8 +49,7 @@ public:
virtual int priority (void) const;
virtual int dispatch (TAO::ObjectKey &key,
TAO_ServerRequest &request,
- CORBA::Object_out foward_to)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Object_out foward_to);
virtual const char *name (void) const;
virtual CORBA::Object_ptr root (void);
@@ -64,8 +63,7 @@ private:
/// Helper method to find an object bound in the table.
/// @return 1 if found, 0 otherwise.
CORBA::Long find_object (TAO::ObjectKey &key,
- CORBA::Object_out forward_to)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Object_out forward_to);
/// The ORB Core we belong to
TAO_ORB_Core &orb_core_;