diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-24 02:08:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-24 02:08:23 +0000 |
commit | 80ee5d3ef36f3c1df8db6a43f323395318d9c283 (patch) | |
tree | e8c0a68f95e7c16819301ef928eef14ad284ca11 /ace/Synch.h | |
parent | 88a1090458ca030c27ccd404f64226ab60dbbc93 (diff) | |
download | ATCD-80ee5d3ef36f3c1df8db6a43f323395318d9c283.tar.gz |
ChangeLogTag:Wed Feb 23 18:58:06 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index 090cb83ef28..5616ae26c42 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -162,8 +162,9 @@ public: ~ACE_File_Lock (void); // Remove a File lock by releasing it and closing down the <handle_>. - int remove (void); - // Remove a File lock by releasing it and closing down the <handle_>. + int remove (int unlink_file = 1); + // Remove a File lock by releasing it and closing down the + // <handle_>. If <unlink_file> is non-0 then we unlink the file. int acquire (short whence = 0, off_t start = 0, off_t len = 1); // Note, for interface uniformity with other synchronization |