summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Synch_Refcountable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Synch_Refcountable.inl')
-rw-r--r--TAO/tao/Utils/Synch_Refcountable.inl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/Utils/Synch_Refcountable.inl b/TAO/tao/Utils/Synch_Refcountable.inl
index 2139918ab50..2f4cc32778d 100644
--- a/TAO/tao/Utils/Synch_Refcountable.inl
+++ b/TAO/tao/Utils/Synch_Refcountable.inl
@@ -1,11 +1,8 @@
// -*- C++ -*-
-//
//$Id$
#include "ace/Guard_T.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
TAO_Synch_Refcountable::increment (void)
{
@@ -25,5 +22,3 @@ TAO_Synch_Refcountable::refcount (void) const
{
return ACE_Refcountable::refcount ();
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL