diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-18 05:04:57 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-18 05:04:57 +0000 |
commit | fde551a2a5bf484f811359a9a5ce476c563263a9 (patch) | |
tree | 45129a3b1eed148c580c0df91083d3be8913abf8 /ace/ACE.h | |
parent | c2c68ea167b7e482823c0900c628b9a1bda77d21 (diff) | |
download | ATCD-fde551a2a5bf484f811359a9a5ce476c563263a9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 50407c6f89d..d00c222296d 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -534,6 +534,12 @@ public: // returns a pointer to the file, else it returns a NULL // pointer. <type> specifies how the file should be open. + static ACE_HANDLE open_temp_file (char* name, + int mode, + int perm = 0); + // Opening the temp file. File gets unlinked when the it is + // closed. Cool for having temp files. + // = Shield us from Win32's inability to select on STDIN. // = Miscelleous functions. |