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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Mem_Map.h b/ace/Mem_Map.h
index ee439b1e5a5..54476cb60a6 100644
--- a/ace/Mem_Map.h
+++ b/ace/Mem_Map.h
@@ -168,6 +168,7 @@ private:
// This method does the dirty work of actually calling ::mmap to map
// the file into memory.
+ // = Disallow copying and assignment.
ACE_Mem_Map (const ACE_Mem_Map &) {}
void operator = (const ACE_Mem_Map &) {}
};