diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
commit | d86f427ede3d90e8f579a52061449d39a611bd55 (patch) | |
tree | 04db92726a3f75f550b325bd4924ec24b6bdebd6 /ace/Memory_Pool.h | |
parent | 6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1 (diff) | |
download | ATCD-d86f427ede3d90e8f579a52061449d39a611bd55.tar.gz |
I'm done
Diffstat (limited to 'ace/Memory_Pool.h')
-rw-r--r-- | ace/Memory_Pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h index ef264634089..93fbc81214f 100644 --- a/ace/Memory_Pool.h +++ b/ace/Memory_Pool.h @@ -276,9 +276,9 @@ public: use_fixed_addr_ (use_fixed_addr), write_each_page_ (write_each_page) {} + char *base_addr_; int use_fixed_addr_; int write_each_page_; - char *base_addr_; }; class ACE_Export ACE_MMAP_Memory_Pool : public ACE_Event_Handler |