summaryrefslogtreecommitdiff
path: root/Ivy/IvyProtocol.cs
diff options
context:
space:
mode:
authorfcolin2010-03-12 16:40:27 +0000
committerfcolin2010-03-12 16:40:27 +0000
commitebc2a8ef21bd90e753cf9b88ea186b0c87775de3 (patch)
treea872054e01243a0cb1a000f36f8a1e64e1f87914 /Ivy/IvyProtocol.cs
parentddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7 (diff)
downloadivy-csharp-ebc2a8ef21bd90e753cf9b88ea186b0c87775de3.zip
ivy-csharp-ebc2a8ef21bd90e753cf9b88ea186b0c87775de3.tar.gz
ivy-csharp-ebc2a8ef21bd90e753cf9b88ea186b0c87775de3.tar.bz2
ivy-csharp-ebc2a8ef21bd90e753cf9b88ea186b0c87775de3.tar.xz
mise en conformité des messages ping /pong
start regexpid a 0 catch plantage NULL ref Correction pb a la fermeture d'ivy
Diffstat (limited to 'Ivy/IvyProtocol.cs')
-rw-r--r--Ivy/IvyProtocol.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ivy/IvyProtocol.cs b/Ivy/IvyProtocol.cs
index 6c276e3..c9d11ed 100644
--- a/Ivy/IvyProtocol.cs
+++ b/Ivy/IvyProtocol.cs
@@ -18,8 +18,8 @@ namespace IvyBus
void TokenAddBinding(BindingType type, int id, string expression);
void TokenDelBinding(int bind);
void TokenDirectMsg(int id, string message);
- void TokenPong(string s);
- void TokenPing(string s);
+ void TokenPong(int id, string s);
+ void TokenPing(int id, string s);
void TokenBye(int id, string message);
void TokenDie(int err, string message);
void TokenMsg(int key, string[] args);