diff options
author | fcolin | 2007-02-01 10:05:53 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:53 +0000 |
commit | cd987bc770b1986f5de8f5444bd3e19f7f23b0ce (patch) | |
tree | e99a4aa7455a992eb8be032b9d4e4e2f51d57fe5 /CSharp/Ivy/IvyProbe/IvyProbe.cs | |
parent | 5c9a8e02544404ff2d9479328e024fd8b4e68ad8 (diff) | |
download | ivy-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)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 2 |
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++)
|