diff options
Diffstat (limited to 'ace/Mem_Map.h')
-rw-r--r-- | ace/Mem_Map.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Mem_Map.h b/ace/Mem_Map.h index c60790f8fdb..48900f59f80 100644 --- a/ace/Mem_Map.h +++ b/ace/Mem_Map.h @@ -20,9 +20,13 @@ #include "ace/ACE.h" class ACE_Export ACE_Mem_Map - // = TITLE - // C++ interface to the mmap(2) UNIX system call. { + // = TITLE + // C++ interface OS memory mapping system call. + // + // = DESCRIPTION + // This class works with both the mmap(2) UNIX system and the + // Win32 family of memory mapping system calls. public: // = Initialization and termination methods. |