summaryrefslogtreecommitdiff
path: root/ace/Shared_Memory_MM.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 15:41:11 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 15:41:11 +0000
commit132b047f4079c5932573966ca7dffd278b5378e3 (patch)
treedfe90bd13e78943d53b7175c867abaf2c15dcf75 /ace/Shared_Memory_MM.h
parent0f9d9a15800ec74fbb8278ab327e09b0cd1f16e8 (diff)
downloadATCD-132b047f4079c5932573966ca7dffd278b5378e3.tar.gz
ChangeLogTag:Fri Jul 09 10:25:42 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Shared_Memory_MM.h')
-rw-r--r--ace/Shared_Memory_MM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Shared_Memory_MM.h b/ace/Shared_Memory_MM.h
index 3a29becf230..57e41db8a9f 100644
--- a/ace/Shared_Memory_MM.h
+++ b/ace/Shared_Memory_MM.h
@@ -33,7 +33,7 @@ class ACE_Export ACE_Shared_Memory_MM : public ACE_Shared_Memory
// = DESCRIPTION
// This class provides a very simple-minded shared memory
// manager. For more a powerful memory allocator please see
- // <ACE_Malloc>.
+ // <ACE_Malloc>.
public:
// = Initialization and termination methods.
ACE_Shared_Memory_MM (void);
@@ -47,7 +47,7 @@ public:
off_t pos = 0);
// Constructor.
- ACE_Shared_Memory_MM (LPTSTR file_name,
+ ACE_Shared_Memory_MM (LPCTSTR file_name,
int len = -1,
int flags = O_RDWR | O_CREAT,
int mode = ACE_DEFAULT_FILE_PERMS,
@@ -64,7 +64,7 @@ public:
off_t pos = 0);
// Open method.
- int open (LPTSTR file_name,
+ int open (LPCTSTR file_name,
int len = -1,
int flags = O_RDWR | O_CREAT,
int mode = ACE_DEFAULT_FILE_PERMS,