summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:08:02 +0000
committerfcolin2007-02-01 10:08:02 +0000
commit29ec9a981e4a93f2b1f02414d50742d1ca95d3ce (patch)
treeada386d08bd0a05093b87c1511b8b80f5a27713b
parentd89a1aaef0ae4e3514a16862c64dfed76186fa69 (diff)
downloadivy-csharp-29ec9a981e4a93f2b1f02414d50742d1ca95d3ce.zip
ivy-csharp-29ec9a981e4a93f2b1f02414d50742d1ca95d3ce.tar.gz
ivy-csharp-29ec9a981e4a93f2b1f02414d50742d1ca95d3ce.tar.bz2
ivy-csharp-29ec9a981e4a93f2b1f02414d50742d1ca95d3ce.tar.xz
Utilisateur : Fcolin Date : 14/01/05 Heure : 18:54 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 3)
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
index 132a933..3f2673a 100644
--- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
@@ -284,7 +284,7 @@ namespace IvyProbe
println(client.ApplicationName + " direct Message " + id + arg);
}
- private void receive(object data, IvyClient client, String[] args)
+ private void receive(IvyClient client, String[] args)
{
String s = client.ApplicationName + " sent";
for (int i = 0; i < args.Length; i++)