summaryrefslogtreecommitdiff
path: root/Ivy/IvyWatcher.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:48 +0000
committerfcolin2007-02-01 13:03:48 +0000
commit0944a08b5666a732ce74d888b34d8b3f3cca4535 (patch)
treeabfc01fbfe95c5cc9ebe499f547510e598452681 /Ivy/IvyWatcher.cxx
parentdb65e6f46e6394f813148f179a08573752f5c220 (diff)
downloadivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.zip
ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.gz
ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.bz2
ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.xz
Utilisateur : Fcolin Date : 23/05/01 Heure : 10:25 Archivé dans $/Ivy (vss 6)
Diffstat (limited to 'Ivy/IvyWatcher.cxx')
-rw-r--r--Ivy/IvyWatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx
index 8bd46bf..57f054c 100644
--- a/Ivy/IvyWatcher.cxx
+++ b/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';