summaryrefslogtreecommitdiff
path: root/ace/Mem_Map.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-22 23:40:13 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-22 23:40:13 +0000
commite1aa91ab993420990d72b7e3ef61c83749967efb (patch)
treed1e39b58db5ad152bd4d90d91d6a8bd9e39abeb1 /ace/Mem_Map.h
parent8f4312feeaa9d5c6ba4daff737abc1928908344d (diff)
downloadATCD-e1aa91ab993420990d72b7e3ef61c83749967efb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Mem_Map.h')
-rw-r--r--ace/Mem_Map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Mem_Map.h b/ace/Mem_Map.h
index aa5bdd71029..d82fa511a62 100644
--- a/ace/Mem_Map.h
+++ b/ace/Mem_Map.h
@@ -89,6 +89,9 @@ public:
// Open the file without mapping it.
int close (void);
+ // Close down the <handle_> if necessary and unmap the mapping.
+
+ int close_handle (void);
// Close down the <handle_> if necessary.
int operator () (void *&addr);