summaryrefslogtreecommitdiff
path: root/ace/Auto_Ptr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Auto_Ptr.inl')
-rw-r--r--ace/Auto_Ptr.inl8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/Auto_Ptr.inl b/ace/Auto_Ptr.inl
index 57adb236261..ce4d53a490c 100644
--- a/ace/Auto_Ptr.inl
+++ b/ace/Auto_Ptr.inl
@@ -1,10 +1,9 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-#include "ace/Global_Macros.h"
+// Auto_Ptr.i
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+#include "ace/Global_Macros.h"
template<class X> ACE_INLINE void
ACE_Auto_Basic_Ptr<X>::dump (void) const
@@ -168,4 +167,3 @@ ACE_Auto_Array_Ptr<X>::operator->() const
return this->get ();
}
-ACE_END_VERSIONED_NAMESPACE_DECL