summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:01:05 +0000
committerfcolin2007-02-01 13:01:05 +0000
commit74967da76a4c47cc6ca1223eb4be776d2a83745a (patch)
treea9031f81c26419fbf0c70d48358da8e8399862e5 /Ivy/IvyApplication.h
parentfbbba9efa5f7e22b7d6d824b5126af3e20c0479e (diff)
downloadivy-cplusplus-74967da76a4c47cc6ca1223eb4be776d2a83745a.zip
ivy-cplusplus-74967da76a4c47cc6ca1223eb4be776d2a83745a.tar.gz
ivy-cplusplus-74967da76a4c47cc6ca1223eb4be776d2a83745a.tar.bz2
ivy-cplusplus-74967da76a4c47cc6ca1223eb4be776d2a83745a.tar.xz
Utilisateur : Fcolin Date : 1/08/06 Heure : 9:48 Archivé dans $/Bus/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Ivy/IvyApplication.h')
-rw-r--r--Ivy/IvyApplication.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h
index 64aa49f..7191400 100644
--- a/Ivy/IvyApplication.h
+++ b/Ivy/IvyApplication.h
@@ -26,7 +26,9 @@ public:
EndRegexp, /* end of the regexp list */
StartRegexp, /* debut des expressions */
DirectMsg, /* message direct a destination de l'appli */
- Die /* demande de terminaison de l'appli */
+ Die, /* demande de terminaison de l'appli */
+ Ping, /* message de controle ivy */
+ Pong /* ivy doit renvoyer ce message à la reception d'un ping */
}MsgType;