From 131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:05:57 +0000 Subject: Utilisateur : Fcolin Date : 14/01/05 Heure : 15:55 Archivé dans $/CSharp/Ivy/IvyTest Commentaire: (vss 4) --- 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 5e72f68..9e4e34b 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -199,7 +199,7 @@ namespace IvyTest tbRegexp.Text = ""; append( "bind("+regexp_id+") ->"+regexp); } - private void receive(object data, IvyClient client, String[] args) + private void receive(IvyClient client, String[] args) { String out_Renamed = "client " + client.ApplicationName + " envoie: [ "; for (int i = 0; i < args.Length; i++) -- cgit v1.1