summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/IIOP_Current_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/IIOP_Current_Impl.h')
-rw-r--r--TAO/tao/TransportCurrent/IIOP_Current_Impl.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/TAO/tao/TransportCurrent/IIOP_Current_Impl.h b/TAO/tao/TransportCurrent/IIOP_Current_Impl.h
index acb48edcbe2..0495f17b6f4 100644
--- a/TAO/tao/TransportCurrent/IIOP_Current_Impl.h
+++ b/TAO/tao/TransportCurrent/IIOP_Current_Impl.h
@@ -51,23 +51,17 @@ namespace TAO
IIOP_Current_Impl (TAO_ORB_Core* core, size_t tss_slot_id);
//@{
- virtual ::CORBA::Long id (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual ::CORBA::Long id (void);
- virtual ::SSLIOP::Current_ptr ssliop_current (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual ::SSLIOP::Current_ptr ssliop_current (void);
- virtual ::CORBA::Long remote_port (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual ::CORBA::Long remote_port (void);
- virtual char* remote_host (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual char* remote_host (void);
- virtual ::CORBA::Long local_port (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual ::CORBA::Long local_port (void);
- virtual char* local_host (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual char* local_host (void);
//@}
@@ -87,8 +81,7 @@ namespace TAO
/// Transport. Will throw NO_IMPLEMENT if the (selected) transport
/// () == 0, or if transport->connection_handler () == 0. Will
/// throw NoContext, if no transport has been selected yet.
- TAO_IIOP_Connection_Handler* handler (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ TAO_IIOP_Connection_Handler* handler (void);
private: