From 27cc7f3435b1561d686aa214c5083aa2a41b39f1 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:35 +0000 Subject: Utilisateur : Fcolin Date : 1/08/06 Heure : 9:48 Archivé dans $/Bus/Ivy Commentaire: (vss 34) --- Ivy/IvyApplication.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index bad4910..07f37be 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -253,6 +253,19 @@ void IvyApplication::OnReceive(char * line) exit(-1); } break; + case Ping: +#ifdef IVY_DEBUG + TRACE("Ping Message\n"); +#endif //IVY_DEBUG + this->SendMsg( Pong, 0, "beurk" ); + break; + + case Pong: +#ifdef IVY_DEBUG + TRACE("Pong Message\n"); +#endif //IVY_DEBUG + TRACE("Receive unhandled Pong message (ivy-c++ not able to send ping)\n"); + break; default: TRACE("Receive unhandled message %s\n", line); -- cgit v1.1