From 0527575ce2c1ee464d859fd48caaa0423340580e Mon Sep 17 00:00:00 2001 From: brunsch Date: Mon, 28 Feb 2000 19:41:17 +0000 Subject: ChangeLogTag:Mon Feb 28 09:20:27 2000 Darrell Brunsch --- ace/ACE.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ace/ACE.h') diff --git a/ace/ACE.h b/ace/ACE.h index 96791dcb9f6..e600d90be5d 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -441,6 +441,13 @@ public: // returns a pointer to the file, else it returns a NULL // pointer. specifies how the file should be open. + static int get_temp_dir (char *buffer, size_t buffer_len); + static int get_temp_dir (wchar_t *buffer, size_t buffer_len); + // Returns the temporary directory including the trailing slash in + // . Returns the number of characters in the temp path (but + // doesn't fill in if it is not large enough). Returns -1 + // for any other error. + static ACE_HANDLE open_temp_file (const char *name, int mode, int perm = 0); -- cgit v1.2.1