summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:48 +0000
committerfcolin2007-02-01 13:03:48 +0000
commitc25540c40f745b8d3051bc44b79a048042942ad7 (patch)
treee334e506ee2a2a29aa250202000a1d772859f763 /Bus/Ivy
parent67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3 (diff)
downloadivy-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')
-rw-r--r--Bus/Ivy/IvyWatcher.cxx2
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';