summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:53 +0000
committerfcolin2007-02-01 10:05:53 +0000
commitcd987bc770b1986f5de8f5444bd3e19f7f23b0ce (patch)
treee99a4aa7455a992eb8be032b9d4e4e2f51d57fe5
parent5c9a8e02544404ff2d9479328e024fd8b4e68ad8 (diff)
downloadivy-csharp-cd987bc770b1986f5de8f5444bd3e19f7f23b0ce.zip
ivy-csharp-cd987bc770b1986f5de8f5444bd3e19f7f23b0ce.tar.gz
ivy-csharp-cd987bc770b1986f5de8f5444bd3e19f7f23b0ce.tar.bz2
ivy-csharp-cd987bc770b1986f5de8f5444bd3e19f7f23b0ce.tar.xz
Utilisateur : Fcolin Date : 5/12/03 Heure : 9:29 Archivé dans $/EScribe/Ivy/IvyTest Commentaire: (vss 2)
-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 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++)