summaryrefslogtreecommitdiff
path: root/ace/Mem_Map.h
diff options
context:
space:
mode:
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);