summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent.cpp')
-rw-r--r--TAO/tao/PI/PICurrent.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/tao/PI/PICurrent.cpp b/TAO/tao/PI/PICurrent.cpp
index 30e4c7ed372..8d66096a707 100644
--- a/TAO/tao/PI/PICurrent.cpp
+++ b/TAO/tao/PI/PICurrent.cpp
@@ -15,7 +15,7 @@ ACE_RCSID (tao,
#include "tao/ORB_Core.h"
#include "tao/ORB_Core_TSS_Resources.h"
#include "tao/TAO_Server_Request.h"
-#include "tao/SystemException.h"
+#include "ace/CORBA_macros.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -31,10 +31,7 @@ TAO::PICurrent::~PICurrent (void)
}
CORBA::Any *
-TAO::PICurrent::get_slot (PortableInterceptor::SlotId identifier
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableInterceptor::InvalidSlot))
+TAO::PICurrent::get_slot (PortableInterceptor::SlotId identifier)
{
this->check_validity (identifier);
@@ -43,10 +40,7 @@ TAO::PICurrent::get_slot (PortableInterceptor::SlotId identifier
void
TAO::PICurrent::set_slot (PortableInterceptor::SlotId identifier,
- const CORBA::Any &data
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableInterceptor::InvalidSlot))
+ const CORBA::Any &data)
{
this->check_validity (identifier);