From 7e661e70b2ac173323dd7ed8aca39c5597d9d5db Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 23 Apr 1997 05:21:34 +0000 Subject: *** empty log message *** --- ace/Synch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ace/Synch.h') 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 with and and set the result to // . + + int open (LPCTSTR filename, int flags, mode_t mode = 0); + // Open the with and and set the result to + // . ~ACE_File_Lock (void); // Remove a File lock by releasing it and closing down the . -- cgit v1.2.1