summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:57 +0000
committerfcolin2007-02-01 10:05:57 +0000
commit131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c (patch)
tree4a97ed12eca0725a20294c671e2b58d9edb43691
parent98b11a5199c89c93c42f28f17ead064cce9e059b (diff)
downloadivy-csharp-131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c.zip
ivy-csharp-131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c.tar.gz
ivy-csharp-131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c.tar.bz2
ivy-csharp-131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c.tar.xz
Utilisateur : Fcolin Date : 14/01/05 Heure : 15:55 Archivé dans $/CSharp/Ivy/IvyTest Commentaire: (vss 4)
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.cs2
1 files changed, 1 insertions, 1 deletions
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++)