diff options
author | Steve Huston <shuston@riverace.com> | 2002-10-05 00:25:54 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-10-05 00:25:54 +0000 |
commit | e74d754e3840773616f8e5c809ff79f21dfc2170 (patch) | |
tree | 7caccdf49e172841bf42289e545ee8ab18383951 /ace/Synch.h | |
parent | 2dc99eb025ae04f71b670494277f50a80b2a6e5f (diff) | |
download | ATCD-e74d754e3840773616f8e5c809ff79f21dfc2170.tar.gz |
ChangeLogTag:Fri Oct 4 20:22:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index bd96bb4f9f1..7ee350b5aea 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -229,7 +229,7 @@ public: /// Increment the semaphore by <release_count>, potentially /// unblocking waiting threads. - int release (size_t release_count); + int release (u_int release_count); /** * Acquire semaphore ownership. This calls <acquire> and is only |