diff options
author | fcolin | 2007-02-01 10:05:57 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:57 +0000 |
commit | 131ee43a6e752d53c2dfda9a0fc13aeccb0b7a6c (patch) | |
tree | 4a97ed12eca0725a20294c671e2b58d9edb43691 /CSharp/Ivy/IvyProbe | |
parent | 98b11a5199c89c93c42f28f17ead064cce9e059b (diff) | |
download | ivy-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)
Diffstat (limited to 'CSharp/Ivy/IvyProbe')
-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 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++)
|