diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-11 00:25:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-11 00:25:35 +0000 |
commit | 7713d27a5142c981b7261534693a6cc2951c7896 (patch) | |
tree | d252969bc911b62d8f9a8260738ce06cbdee5f61 /ace/Memory_Pool.h | |
parent | 3bcb8826f01687dfa4a336e095bcaf7f5012bd7b (diff) | |
download | ATCD-7713d27a5142c981b7261534693a6cc2951c7896.tar.gz |
foo
Diffstat (limited to 'ace/Memory_Pool.h')
-rw-r--r-- | ace/Memory_Pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h index 537afd220f7..f76a0fa7459 100644 --- a/ace/Memory_Pool.h +++ b/ace/Memory_Pool.h @@ -295,11 +295,11 @@ class ACE_Export ACE_MMAP_Memory_Pool_Options { public: // = Initialization method. - ACE_MMAP_Memory_Pool_Options (char *base_addr = ACE_DEFAULT_BASE_ADDR, + ACE_MMAP_Memory_Pool_Options (void *base_addr = ACE_DEFAULT_BASE_ADDR, int use_fixed_addr = 1, int write_each_page = 1); - char *base_addr_; + void *base_addr_; // Base address of the memory-mapped backing store. int use_fixed_addr_; |