summaryrefslogtreecommitdiff
path: root/ace/Framework_Component_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Framework_Component_T.h')
-rw-r--r--ace/Framework_Component_T.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Framework_Component_T.h b/ace/Framework_Component_T.h
index 13440ea88ae..226fabbd432 100644
--- a/ace/Framework_Component_T.h
+++ b/ace/Framework_Component_T.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
//=============================================================================
/**
* @file Framework_Component_T.h
@@ -19,8 +18,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Framework_Component_T
*
@@ -50,8 +47,6 @@ public:
void close_singleton (void);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
// This macro should be called in the instance() method
// of the Concrete class that will be managed. Along
// with the appropriate template instantiation.