From cd987bc770b1986f5de8f5444bd3e19f7f23b0ce Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:05:53 +0000 Subject: Utilisateur : Fcolin Date : 5/12/03 Heure : 9:29 Archivé dans $/EScribe/Ivy/IvyTest Commentaire: (vss 2) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index f302062..00575b7 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -198,7 +198,7 @@ namespace IvyTest tbRegexp.Text = ""; append( "bind("+regexp_id+") ->"+regexp); } - private void receive(IvyClient client, String[] args) + private void receive(object data, IvyClient client, String[] args) { String out_Renamed = "client " + client.ApplicationName + " envoie: [ "; for (int i = 0; i < args.Length; i++) -- cgit v1.1