diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
commit | a7c03cabf931b077d70c6f80ec02c7728a429f49 (patch) | |
tree | 61d38d262d43ac77fc2ad94c9e7e850cd5607622 /ace/MEM_Acceptor.h | |
parent | 2aa7b10780ad7c670f588dce4ec341351a0646aa (diff) | |
download | ATCD-a7c03cabf931b077d70c6f80ec02c7728a429f49.tar.gz |
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/MEM_Acceptor.h')
-rw-r--r-- | ace/MEM_Acceptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/MEM_Acceptor.h b/ace/MEM_Acceptor.h index 230aaf4317d..63603fbdbbd 100644 --- a/ace/MEM_Acceptor.h +++ b/ace/MEM_Acceptor.h @@ -82,8 +82,8 @@ public: // Perform operations that must occur after <ACE_OS::accept> is // called. - const ASYS_TCHAR *mmap_prefix (void) const; - void mmap_prefix (ASYS_TCHAR *prefix); + const ACE_TCHAR *mmap_prefix (void) const; + void mmap_prefix (ACE_TCHAR *prefix); // Accessor/mutator of mmap filename prefix. By default, the // <mmap_prefix_> is not set and the mmap filename is // ${(TMP|TEMP)}//ACE_MEM_Acceptor_(port-number)_(&stream), @@ -141,7 +141,7 @@ protected: int reset_new_handle = 0) const; private: - ASYS_TCHAR *mmap_prefix_; + ACE_TCHAR *mmap_prefix_; // The filename prefix of the created mmap files. It should // contains the absolute path name of the file. |