summaryrefslogtreecommitdiff
path: root/ace/Recyclable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Recyclable.cpp')
-rw-r--r--ace/Recyclable.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Recyclable.cpp b/ace/Recyclable.cpp
index 5da42cc8d15..483852486f1 100644
--- a/ace/Recyclable.cpp
+++ b/ace/Recyclable.cpp
@@ -8,7 +8,6 @@
ACE_RCSID(ace, Recyclable, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state)
: recycle_state_ (initial_state)
@@ -18,5 +17,3 @@ ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state)
ACE_Recyclable::~ACE_Recyclable (void)
{
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL