From 26c63225a7e3f80fb238c906d71e94e2251a74e8 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 16 Apr 1997 10:02:20 +0000 Subject: *** empty log message *** --- ace/Synch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Synch.h') diff --git a/ace/Synch.h b/ace/Synch.h index 1e605c23526..2af4bd0c27c 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -130,12 +130,12 @@ public: // Conditionally acquire a read lock (i.e., won't block). ACE_HANDLE get_handle (void); - // Get underlying . + // Get underlying for the file. void set_handle (ACE_HANDLE); // Set underlying . Note that this method assumes // ownership of the and will close it down in . If - // you want the stays open when is called make + // you want the to stay open when is called make // sure to call on the before closing it. void dump (void) const; -- cgit v1.2.1