diff options
author | fcolin | 2007-02-01 13:01:05 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:01:05 +0000 |
commit | 74967da76a4c47cc6ca1223eb4be776d2a83745a (patch) | |
tree | a9031f81c26419fbf0c70d48358da8e8399862e5 | |
parent | fbbba9efa5f7e22b7d6d824b5126af3e20c0479e (diff) | |
download | ivy-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)
-rw-r--r-- | Ivy/IvyApplication.h | 4 |
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;
|