diff options
author | fcolin | 2007-02-01 13:05:10 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:10 +0000 |
commit | fc7a1c788c6f6b1bcc160281228581816a8f568c (patch) | |
tree | ddc0a9f61390ca08d5036baefb8fc9962650c046 /Bus/Ivy | |
parent | d21062eff48a465e8d45d9b08664b63f2dcf5c73 (diff) | |
download | ivy-cplusplus-fc7a1c788c6f6b1bcc160281228581816a8f568c.zip ivy-cplusplus-fc7a1c788c6f6b1bcc160281228581816a8f568c.tar.gz ivy-cplusplus-fc7a1c788c6f6b1bcc160281228581816a8f568c.tar.bz2 ivy-cplusplus-fc7a1c788c6f6b1bcc160281228581816a8f568c.tar.xz |
Utilisateur : Fcolin Date : 13/08/01 Heure : 16:12 Archivé dans $/Ivy (vss 12)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/ThreadedSocket.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/ThreadedSocket.cxx b/Bus/Ivy/ThreadedSocket.cxx index 5fa7322..10af005 100644 --- a/Bus/Ivy/ThreadedSocket.cxx +++ b/Bus/Ivy/ThreadedSocket.cxx @@ -348,7 +348,7 @@ int CThreadedSocket::StartWriter() bool CThreadedSocket::SignalWriter()
{
long PreviousCount = 0;
- int err;
+ BOOL err;
err = ReleaseSemaphore(send_count, 1, &PreviousCount);
// TRACE("CThreadedSocket::SignalWriter() PreviousCount = %ld \n", PreviousCount );
return (err != 0);
|