summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-23 05:21:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-23 05:21:34 +0000
commit7e661e70b2ac173323dd7ed8aca39c5597d9d5db (patch)
treeb4e1209ea4e4f70ecf755716b4931cb972944937 /ace/Synch.h
parentc8f9aafa8b95805a88dc1a7ab5e0d85afc6f77cb (diff)
downloadATCD-7e661e70b2ac173323dd7ed8aca39c5597d9d5db.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 897baede9ae..e45d0e75685 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -96,6 +96,10 @@ public:
ACE_File_Lock (LPCTSTR filename, int flags, mode_t mode = 0);
// Open the <filename> with <flags> and <mode> and set the result to
// <handle_>.
+
+ int open (LPCTSTR filename, int flags, mode_t mode = 0);
+ // Open the <filename> with <flags> and <mode> and set the result to
+ // <handle_>.
~ACE_File_Lock (void);
// Remove a File lock by releasing it and closing down the <handle_>.