summaryrefslogtreecommitdiff
path: root/ace/Framework_Component.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Framework_Component.inl')
-rw-r--r--ace/Framework_Component.inl13
1 files changed, 5 insertions, 8 deletions
diff --git a/ace/Framework_Component.inl b/ace/Framework_Component.inl
index 6e6146114f7..2d3662642bd 100644
--- a/ace/Framework_Component.inl
+++ b/ace/Framework_Component.inl
@@ -1,14 +1,13 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
+// Framework_Component.inl
+
#include "ace/ACE.h"
#include "ace/Guard_T.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-ACE_Framework_Component::ACE_Framework_Component (void *_this,
+ACE_INLINE
+ACE_Framework_Component::ACE_Framework_Component (void *_this,
const ACE_TCHAR *dll_name,
const ACE_TCHAR *name)
: this_ (_this),
@@ -35,5 +34,3 @@ ACE_Framework_Repository::total_size (void) const
ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, (ACE_Thread_Mutex &) this->lock_, -1));
return this->total_size_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL