summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-21 05:24:28 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-21 05:24:28 +0000
commitdc406d9c2edb529c2567a1851ec939f0494d4f37 (patch)
tree36909d379b43c52623be6ef9ea91e6e3aafbf837
parent3c055716be8125dc507ea71928d5a3d38c52cec3 (diff)
downloadATCD-dc406d9c2edb529c2567a1851ec939f0494d4f37.tar.gz
ChangeLogTag:Sat May 20 19:47:52 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ace/Memory_Pool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h
index 26d19faef84..84966642406 100644
--- a/ace/Memory_Pool.h
+++ b/ace/Memory_Pool.h
@@ -578,6 +578,11 @@ public:
int release (void);
// Instruct the memory pool to release all of its resources.
+ virtual int seh_selector (void *);
+ // Win32 Structural exception selector. The return value decides
+ // how to handle memory pool related structural exceptions. Returns
+ // 1, 0, or , -1.
+
int remap (void *addr);
// Try to extend the virtual address space so that <addr> is now
// covered by the address mapping. The method succeeds and returns