summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/Current_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-11 12:51:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-11 12:51:42 +0000
commit684f4149bb62552bd083a246812149010a0d5278 (patch)
treee7cd895a2fa466e22075c21c31fc83ebc30f476d /TAO/tao/TransportCurrent/Current_Impl.h
parentdf13612f36e202934137663b99b65394b07ae8cd (diff)
downloadATCD-684f4149bb62552bd083a246812149010a0d5278.tar.gz
Sun Feb 11 12:38:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TransportCurrent/Current_Impl.h')
-rw-r--r--TAO/tao/TransportCurrent/Current_Impl.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/TAO/tao/TransportCurrent/Current_Impl.h b/TAO/tao/TransportCurrent/Current_Impl.h
index 9463b35c01c..4fefe078e3f 100644
--- a/TAO/tao/TransportCurrent/Current_Impl.h
+++ b/TAO/tao/TransportCurrent/Current_Impl.h
@@ -49,23 +49,17 @@ namespace TAO
* PortableInterceptor::Current interface.
*/
//@{
- virtual CORBA::Long id (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual CORBA::Long id (void);
- virtual CounterT bytes_sent (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual CounterT bytes_sent (void);
- virtual CounterT bytes_received (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual CounterT bytes_received (void);
- virtual CounterT messages_sent (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual CounterT messages_sent (void);
- virtual CounterT messages_received (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual CounterT messages_received (void);
- virtual ::TimeBase::TimeT open_since (void)
- ACE_THROW_SPEC ((::CORBA::SystemException, NoContext));
+ virtual ::TimeBase::TimeT open_since (void);
//@}
protected:
@@ -75,14 +69,12 @@ namespace TAO
*/
//@{
/// A (strategy) method used to obtain the transport ptr
- const TAO_Transport* transport (void) const
- ACE_THROW_SPEC ((NoContext));
+ const TAO_Transport* transport (void) const;
/// A Stats instance. If protocol is unavailable (0) or the
/// TAO_HAS_TRANSPORT_CURRENT macro is defined as anything but
/// 1, a single static instance will be used.
- const TAO::Transport::Stats* transport_stats (void) const
- ACE_THROW_SPEC ((NoContext));
+ const TAO::Transport::Stats* transport_stats (void) const;
//@}
/// Destructor is protected to enforce the fact this class is