From ebc2a8ef21bd90e753cf9b88ea186b0c87775de3 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 12 Mar 2010 16:40:27 +0000 Subject: mise en conformité des messages ping /pong start regexpid a 0 catch plantage NULL ref Correction pb a la fermeture d'ivy --- Ivy/IvyProtocol.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ivy/IvyProtocol.cs') 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); -- cgit v1.1