summaryrefslogtreecommitdiff
path: root/ace/Mem_Map.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-23 14:14:29 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-23 14:14:29 +0000
commit051505284466d79c4720643d099df71308c2c861 (patch)
tree218aac1a0f5c40aa4efadcb721d53b97bb3e47b2 /ace/Mem_Map.h
parent094468290b8fe73fc65ef44f0528080ba3a5f8fe (diff)
downloadATCD-051505284466d79c4720643d099df71308c2c861.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Mem_Map.h')
-rw-r--r--ace/Mem_Map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Mem_Map.h b/ace/Mem_Map.h
index d82fa511a62..99383dd2dc6 100644
--- a/ace/Mem_Map.h
+++ b/ace/Mem_Map.h
@@ -94,6 +94,11 @@ public:
int close_handle (void);
// Close down the <handle_> if necessary.
+ int close_filemapping_handle (void);
+ // Close down the internal <file_mapping_> if necessary. This is
+ // mostly necessary on Win32, that has a different handle for
+ // file-mapping kernal object.
+
int operator () (void *&addr);
// This operator passes back the starting address of the mapped
// file.