summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index a4f1ab893cf..1f2615f9343 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -500,13 +500,6 @@ public:
// returns a pointer to the file, else it returns a NULL
// pointer. <type> specifies how the file should be open.
- static ACE_TCHAR *ldname (const ACE_TCHAR *entry_point);
- // Transforms <entry_point> into a form that can be located in a
- // dynamic library using <dlsym>. For example, with Win32/Borland
- // extern "C" functions which use the default calling convention
- // have a '_' prepended. Always returns a buffer that has been
- // dynamically allocated using <operator new>.
-
static int get_temp_dir (ACE_TCHAR *buffer, size_t buffer_len);
// Returns the temporary directory including the trailing slash in
// <buffer>. Returns -1 for an error or if the buffer_len is not