summaryrefslogtreecommitdiff
path: root/ACE/tests/Based_Pointer_Test_Lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Based_Pointer_Test_Lib.cpp')
-rw-r--r--ACE/tests/Based_Pointer_Test_Lib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Based_Pointer_Test_Lib.cpp b/ACE/tests/Based_Pointer_Test_Lib.cpp
index 1b27fdead9c..555bd2d98c7 100644
--- a/ACE/tests/Based_Pointer_Test_Lib.cpp
+++ b/ACE/tests/Based_Pointer_Test_Lib.cpp
@@ -17,10 +17,10 @@
#if defined (ACE_OPENVMS)
// with OPENVMS symbol names > 31 cause us trouble with dlsym()
extern "C" ACE_Svc_Export void *
-get_based_pointer_repo_inst (void)
+get_based_pointer_repo_inst ()
#else
extern "C" ACE_Svc_Export void *
-get_based_pointer_repository_instance (void)
+get_based_pointer_repository_instance ()
#endif
{
void* baddr = ACE_BASED_POINTER_REPOSITORY::instance();