summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.inl
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-17 19:29:40 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-17 19:29:40 +0000
commit5b411654b7b0d04d58f908d2294a6df3191828c9 (patch)
tree95aaebfef164663a1950009a47678e4b3e18d44a /TAO/tao/Transport.inl
parent07fd91bfcfc49de95f88425b58c79e5e616fbeca (diff)
downloadATCD-5b411654b7b0d04d58f908d2294a6df3191828c9.tar.gz
ChangeLogTag: Wed Jan 17 18:16:18 UTC 2007 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/Transport.inl')
-rw-r--r--TAO/tao/Transport.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Transport.inl b/TAO/tao/Transport.inl
index e53d2848830..88d3683de7d 100644
--- a/TAO/tao/Transport.inl
+++ b/TAO/tao/Transport.inl
@@ -189,6 +189,8 @@ TAO_Transport::sent_byte_count (void) const
return this->sent_byte_count_;
}
+#if TAO_HAS_TRANSPORT_CURRENT == 1
+
ACE_INLINE TAO::Transport::Stats*
TAO_Transport::stats (void) const
{
@@ -254,6 +256,7 @@ TAO::Transport::Stats::opened_since (void) const
{
return this->opened_since_;
}
+#endif /* TAO_HAS_TRANSPORT_CURRENT == 1 */
TAO_END_VERSIONED_NAMESPACE_DECL