summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:16:28 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:16:28 +0000
commit1672df68c0bdb1181369c641b0482499c51734d2 (patch)
tree792936678e861d954bb4855821cb449b73549781 /ace/Proactor.h
parenta17f1a8eac42352bbc199ee1f615cddf8006ef48 (diff)
downloadATCD-1672df68c0bdb1181369c641b0482499c51734d2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index f34ca85f3f2..038d33a180a 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -210,13 +210,13 @@ public:
ACE_Overlapped_File (const ACE_Overlapped_File &file);
// Copy <file>.
- ACE_Overlapped_File (const char *file_name, int mode, int perms = 0);
+ ACE_Overlapped_File (LPCTSTR file_name, int mode, int perms = 0);
// Construction of an ACE_Overlapped_File. Calls open.
~ACE_Overlapped_File (void);
// Destruction. Calls close.
- int open (const char *file_name,
+ int open (LPCTSTR file_name,
int access = GENERIC_READ,
int share = FILE_SHARE_READ,
LPSECURITY_ATTRIBUTES security = 0,