From e52bcc5027d3ba4d24787c71eff791a15385e13a Mon Sep 17 00:00:00 2001 From: coryan Date: Sat, 14 Apr 2001 17:53:47 +0000 Subject: ChangeLogTag:Sat Apr 14 10:51:39 2001 Carlos O'Ryan --- ChangeLog | 6 ++++++ ChangeLogs/ChangeLog-02a | 6 ++++++ ChangeLogs/ChangeLog-03a | 6 ++++++ ace/Log_Msg.h | 16 +++++++++++----- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63e7194ce8b..afb206866f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 14 10:51:39 2001 Carlos O'Ryan + + * ace/Log_Msg.h: + Document the lock related functions in a separate Doxygen + section. + Fri Apr 13 11:58:58 2001 Carlos O'Ryan * ace/OS.i (gethrtime): diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 63e7194ce8b..afb206866f0 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Sat Apr 14 10:51:39 2001 Carlos O'Ryan + + * ace/Log_Msg.h: + Document the lock related functions in a separate Doxygen + section. + Fri Apr 13 11:58:58 2001 Carlos O'Ryan * ace/OS.i (gethrtime): diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 63e7194ce8b..afb206866f0 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Sat Apr 14 10:51:39 2001 Carlos O'Ryan + + * ace/Log_Msg.h: + Document the lock related functions in a separate Doxygen + section. + Fri Apr 13 11:58:58 2001 Carlos O'Ryan * ace/OS.i (gethrtime): diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 66a4f1c05f9..1418d2a4c10 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -217,15 +217,21 @@ public: void clr_flags (u_long f); u_long flags (void); - // = Allow apps to acquire and release internal synchronization lock. + /** @name Allow apps to acquire and release internal synchronization + * lock + * + * This lock is used internally by the + * implementation. By exporting the lock, applications can hold the + * lock atomically over a number of calls to . + */ + //@{ - // This lock is used internally by the implementation. - // By exporting the lock, applications can hold the lock atomically - // over a number of calls to . /// Acquire the internal lock. - /// Release the internal lock. int acquire (void); + + /// Release the internal lock. int release (void); + //@} /// Call after doing a to resynchronize the process id and /// variables. -- cgit v1.2.1