diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-23 05:11:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-23 05:11:18 +0000 |
commit | ba7a2bbd8794d80f4b096f73fcd5b4336a73e401 (patch) | |
tree | 2e84c7253f4dd22e1ad3d6a0c3d9bb6e57e283ad /ace/SV_Semaphore_Complex.h | |
parent | 457a6992c781a238fe7a803d8b8da345780ec9bb (diff) | |
download | ATCD-ba7a2bbd8794d80f4b096f73fcd5b4336a73e401.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SV_Semaphore_Complex.h')
-rw-r--r-- | ace/SV_Semaphore_Complex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SV_Semaphore_Complex.h b/ace/SV_Semaphore_Complex.h index edfd13bf65b..94da59acfda 100644 --- a/ace/SV_Semaphore_Complex.h +++ b/ace/SV_Semaphore_Complex.h @@ -20,7 +20,7 @@ #include "ace/SV_Semaphore_Simple.h" class ACE_Export ACE_SV_Semaphore_Complex : private ACE_SV_Semaphore_Simple - // = TITLE + // = TITLE // This is a more complex semaphore wrapper that handles race // conditions for initialization correctly... // |