summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 05:04:57 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 05:04:57 +0000
commitfde551a2a5bf484f811359a9a5ce476c563263a9 (patch)
tree45129a3b1eed148c580c0df91083d3be8913abf8 /ace/ACE.h
parentc2c68ea167b7e482823c0900c628b9a1bda77d21 (diff)
downloadATCD-fde551a2a5bf484f811359a9a5ce476c563263a9.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h6
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.