summaryrefslogtreecommitdiff
path: root/ace/Based_Pointer_Repository.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:13:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:13:13 +0000
commit8f689139fbaaa4457af08ac4f248286169c6b74d (patch)
treec14398ff4e2ba5b5770035a1f77bea3c3dfd62f5 /ace/Based_Pointer_Repository.h
parentbf64ad5140e04d2d7bc8e8e3704e0809b4b18f2b (diff)
downloadATCD-8f689139fbaaa4457af08ac4f248286169c6b74d.tar.gz
ChangeLogTag:Fri Nov 25 19:04:10 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Based_Pointer_Repository.h')
-rw-r--r--ace/Based_Pointer_Repository.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/ace/Based_Pointer_Repository.h b/ace/Based_Pointer_Repository.h
index f55a0963088..9e37f7524e6 100644
--- a/ace/Based_Pointer_Repository.h
+++ b/ace/Based_Pointer_Repository.h
@@ -16,13 +16,7 @@
#include /**/ "ace/pre.h"
-#ifdef ACE_MEMORY_BUILD_DLL
-# include "ace/ACE_Memory_export.h"
-#else
-# include "ace/ACE_export.h"
-# define ACE_Memory_Export ACE_Export
-# define ACE_MEMORY_SINGLETON_DECLARE ACE_SINGLETON_DECLARE
-#endif /* ACE_MEMORY_BUILD_DLL */
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -44,7 +38,7 @@ class ACE_Based_Pointer_Repository_Rep;
* @brief Maps pointers to the base address of the region to which each
* pointer belongs.
*/
-class ACE_Memory_Export ACE_Based_Pointer_Repository
+class ACE_Export ACE_Based_Pointer_Repository
{
public:
// = Use <ACE_Null_Mutex> to allow locking while iterating.
@@ -82,9 +76,9 @@ private:
// ----------------------------------
/// Declare a process wide singleton
-ACE_MEMORY_SINGLETON_DECLARE (ACE_Singleton,
- ACE_Based_Pointer_Repository,
- ACE_SYNCH_RW_MUTEX)
+ACE_SINGLETON_DECLARE (ACE_Singleton,
+ ACE_Based_Pointer_Repository,
+ ACE_SYNCH_RW_MUTEX)
/// Provide a Singleton access point to the based pointer repository.
typedef ACE_Singleton<ACE_Based_Pointer_Repository, ACE_SYNCH_RW_MUTEX>