summaryrefslogtreecommitdiff
path: root/ace/Refcountable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Refcountable.h')
-rw-r--r--ace/Refcountable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Refcountable.h b/ace/Refcountable.h
index 192243bd256..8f1bc155705 100644
--- a/ace/Refcountable.h
+++ b/ace/Refcountable.h
@@ -20,8 +20,6 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Refcountable
*
@@ -47,8 +45,6 @@ protected:
int refcount_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Refcountable.inl"