summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.inl')
-rw-r--r--TAO/tao/ORB.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/ORB.inl b/TAO/tao/ORB.inl
index b46a2f83819..1043a54de32 100644
--- a/TAO/tao/ORB.inl
+++ b/TAO/tao/ORB.inl
@@ -26,11 +26,7 @@ CORBA::ORB::_incr_refcount (void)
ACE_INLINE unsigned long
CORBA::ORB::_refcount (void) const
{
-#if defined (ACE_HAS_CPP11)
return this->refcount_;
-#else
- return this->refcount_.value ();
-#endif /* ACE_HAS_CPP11 */
}
ACE_INLINE unsigned long