diff options
Diffstat (limited to 'TAO/tao/PI/PICurrent_Impl.h')
-rw-r--r-- | TAO/tao/PI/PICurrent_Impl.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/PI/PICurrent_Impl.h b/TAO/tao/PI/PICurrent_Impl.h index ec1c051f91e..e0a861978d4 100644 --- a/TAO/tao/PI/PICurrent_Impl.h +++ b/TAO/tao/PI/PICurrent_Impl.h @@ -59,16 +59,12 @@ namespace TAO /// Retrieve information stored in the slot table at the given /// SlotId. CORBA::Any *get_slot (PortableInterceptor::SlotId identifier - ) - ACE_THROW_SPEC ((CORBA::SystemException, - PortableInterceptor::InvalidSlot)); + ); /// Set information in the slot table at the given SlotId. void set_slot (PortableInterceptor::SlotId identifier, const CORBA::Any & data - ) - ACE_THROW_SPEC ((CORBA::SystemException, - PortableInterceptor::InvalidSlot)); + ); /// Logically/Lazy (shallow) copy the given object's slot table. void take_lazy_copy (PICurrent_Impl *p); |