summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Parse_Node.h')
-rw-r--r--ace/Parse_Node.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/ace/Parse_Node.h b/ace/Parse_Node.h
index 55d1ff6e34b..5e4116e1ccf 100644
--- a/ace/Parse_Node.h
+++ b/ace/Parse_Node.h
@@ -26,7 +26,6 @@
#include "ace/DLL.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/// Forward declarations.
class ACE_Service_Config;
@@ -308,28 +307,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
- /// Return mangled function name that takes into account ACE
- /// versioned namespace.
- /**
- * This function embeds the ACE versioned namespace name into the
- * original function name if versioned namespace support has been
- * enabled and the original function name conforms to the ACE
- * Service Object factory function naming conventions. For example
- * "@c _make_Foo" becomes "@c make_ACE_5_4_7_Foo".
- * @par
- * If versioned namespace support is disabled or the factory
- * function name does conform to ACE conventions, no mangling will
- * occur and the verbatim function name is returned.
- *
- * @return Function name that takes into account versioned namespace
- * name. Caller is responsible for calling operator
- * delete[] or ACE::strdelete() on the returned string.
- */
- ACE_TCHAR * make_func_name (ACE_TCHAR const * func_name);
-
-private:
-
/// Name of the function that we're parsing.
const ACE_TCHAR *function_name_;
};
@@ -392,8 +369,6 @@ private:
/// program.
extern ACE_Service_Config *ace_this_svc;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */
#include /**/ "ace/post.h"