summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/Current_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/Current_Impl.cpp')
-rw-r--r--TAO/tao/TransportCurrent/Current_Impl.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/TransportCurrent/Current_Impl.cpp b/TAO/tao/TransportCurrent/Current_Impl.cpp
index 4215620b9ae..7fa3bae6832 100644
--- a/TAO/tao/TransportCurrent/Current_Impl.cpp
+++ b/TAO/tao/TransportCurrent/Current_Impl.cpp
@@ -60,8 +60,7 @@ namespace TAO
{
static const TAO::Transport::Stats dummy;
- const TAO_Transport* t =
- this->transport ();
+ const TAO_Transport* t = this->transport ();
return (t==0 || t->stats () == 0) ? &dummy : t->stats ();
}
@@ -69,8 +68,7 @@ namespace TAO
CORBA::Long Current_Impl::id (void)
ACE_THROW_SPEC ((::CORBA::SystemException, NoContext))
{
- const TAO_Transport* t =
- this->transport ();
+ const TAO_Transport* t = this->transport ();
return (t==0) ? 0 : t->id ();
}