summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent_Impl.cpp')
-rw-r--r--TAO/tao/PI/PICurrent_Impl.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/tao/PI/PICurrent_Impl.cpp b/TAO/tao/PI/PICurrent_Impl.cpp
index e1b5a29c5cc..b8a773317cd 100644
--- a/TAO/tao/PI/PICurrent_Impl.cpp
+++ b/TAO/tao/PI/PICurrent_Impl.cpp
@@ -12,17 +12,14 @@ ACE_RCSID (tao,
#endif /* __ACE_INLINE__ */
#include "tao/TAO_Server_Request.h"
-#include "tao/SystemException.h"
#include "ace/Log_Msg.h"
#include "tao/debug.h"
+#include "ace/CORBA_macros.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
CORBA::Any *
-TAO::PICurrent_Impl::get_slot (PortableInterceptor::SlotId identifier
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableInterceptor::InvalidSlot))
+TAO::PICurrent_Impl::get_slot (PortableInterceptor::SlotId identifier)
{
// No need to check validity of SlotId. It is validated before this
// method is invoked.
@@ -69,10 +66,7 @@ TAO::PICurrent_Impl::get_slot (PortableInterceptor::SlotId identifier
void
TAO::PICurrent_Impl::set_slot (PortableInterceptor::SlotId identifier,
- const CORBA::Any & data
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableInterceptor::InvalidSlot))
+ const CORBA::Any & data)
{
// No need to check validity of SlotId. It is validated before this
// method is invoked.