summaryrefslogtreecommitdiff
path: root/ace/Unbounded_Set.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Unbounded_Set.inl')
-rw-r--r--ace/Unbounded_Set.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Unbounded_Set.inl b/ace/Unbounded_Set.inl
index 363fe6e4a6d..9aad60c4a08 100644
--- a/ace/Unbounded_Set.inl
+++ b/ace/Unbounded_Set.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/Global_Macros.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class T> ACE_INLINE int
ACE_Unbounded_Set<T>::is_empty (void) const
{
@@ -19,5 +16,3 @@ ACE_Unbounded_Set<T>::is_full (void) const
ACE_TRACE ("ACE_Unbounded_Set<T>::is_full");
return 0; // We should implement a "node of last resort for this..."
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL