diff options
author | fcolin | 2007-02-01 13:03:48 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:48 +0000 |
commit | c25540c40f745b8d3051bc44b79a048042942ad7 (patch) | |
tree | e334e506ee2a2a29aa250202000a1d772859f763 /Bus/Ivy/IvyWatcher.cxx | |
parent | 67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3 (diff) | |
download | ivy-cplusplus-c25540c40f745b8d3051bc44b79a048042942ad7.zip ivy-cplusplus-c25540c40f745b8d3051bc44b79a048042942ad7.tar.gz ivy-cplusplus-c25540c40f745b8d3051bc44b79a048042942ad7.tar.bz2 ivy-cplusplus-c25540c40f745b8d3051bc44b79a048042942ad7.tar.xz |
Utilisateur : Fcolin Date : 23/05/01 Heure : 10:25 Archivé dans $/Ivy (vss 6)
Diffstat (limited to 'Bus/Ivy/IvyWatcher.cxx')
-rw-r--r-- | Bus/Ivy/IvyWatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index 8bd46bf..57f054c 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/Ivy/IvyWatcher.cxx @@ -43,7 +43,7 @@ void IvyWatcher::OnReceive(int nErrorCode) err = ReceiveFrom( buffer, sizeof(buffer), remotehost, remoteport );
if ( err == SOCKET_ERROR )
{
- TRACE("Receive Broadcast error %d\n",GetLastError());
+ TRACE("Receive Broadcast error %d\n",this->GetLastError());
return;
}
buffer[err] ='\0';
|