2 //=============================================================================
4 * @file Based_Pointer_Test_Lib.cpp
6 * This test confirms the function of the Based_Pointer_Repository
8 * @author Steve Williams <steve@telxio>
10 //=============================================================================
14 #include "ace/svc_export.h"
15 #include "ace/Based_Pointer_Repository.h"
17 #if defined (ACE_OPENVMS)
18 // with OPENVMS symbol names > 31 cause us trouble with dlsym()
19 extern "C" ACE_Svc_Export
void *
20 get_based_pointer_repo_inst (void)
22 extern "C" ACE_Svc_Export
void *
23 get_based_pointer_repository_instance (void)
26 void* baddr
= ACE_BASED_POINTER_REPOSITORY::instance();