summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.cxx
diff options
context:
space:
mode:
authorfcolin2010-02-18 08:36:40 +0000
committerfcolin2010-02-18 08:36:40 +0000
commit74c0ac487332231e8dd6ba35580b07166ffbcfe2 (patch)
tree9701376529ae517ff148ebddadcffba69edf47f5 /Ivy/IvyApplication.cxx
parent47ef2ac6357971a3feedd8f32462874ca7566c26 (diff)
downloadivy-cplusplus-74c0ac487332231e8dd6ba35580b07166ffbcfe2.zip
ivy-cplusplus-74c0ac487332231e8dd6ba35580b07166ffbcfe2.tar.gz
ivy-cplusplus-74c0ac487332231e8dd6ba35580b07166ffbcfe2.tar.bz2
ivy-cplusplus-74c0ac487332231e8dd6ba35580b07166ffbcfe2.tar.xz
mise en conformité de la reponse au Ping avec les autres implementations
Diffstat (limited to 'Ivy/IvyApplication.cxx')
-rw-r--r--Ivy/IvyApplication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx
index ab0cd9e..7b3cd2f 100644
--- a/Ivy/IvyApplication.cxx
+++ b/Ivy/IvyApplication.cxx
@@ -283,7 +283,7 @@ void IvyApplication::OnReceive(char * line)
#ifdef IVY_DEBUG
TRACE("Ping Message\n");
#endif //IVY_DEBUG
- this->SendMsg( Pong, 0, "beurk" );
+ this->SendMsg( Pong, id, arg ); //reply with same id and arg
break;
case Pong: