summaryrefslogtreecommitdiff
path: root/tests/Based_Pointer_Test_Lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Based_Pointer_Test_Lib.cpp')
-rw-r--r--tests/Based_Pointer_Test_Lib.cpp33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/Based_Pointer_Test_Lib.cpp b/tests/Based_Pointer_Test_Lib.cpp
deleted file mode 100644
index f8d9ad8fd8f..00000000000
--- a/tests/Based_Pointer_Test_Lib.cpp
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Based_Pointer_Test_Lib.cpp
-//
-// = DESCRIPTION
-// This test confirms the function of the Based_Pointer_Repository
-//
-// = AUTHOR
-// Steve Williams <steve@telxio>
-//
-// ============================================================================
-
-#include "ace/ACE.h"
-#include "ace/svc_export.h"
-#include "ace/Based_Pointer_Repository.h"
-
-ACE_RCSID (tests,
- Based_Pointer_Repository_DLL_Test,
- "$Id$")
-
-extern "C" ACE_Svc_Export void *
-get_based_pointer_repository_instance (void)
-{
- void* baddr = ACE_BASED_POINTER_REPOSITORY::instance();
- return baddr;
-}
-