summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:06:17 +0000
committerfcolin2007-02-01 10:06:17 +0000
commit907bae3979f4ff63cd63d94302c38af48fa2ccc9 (patch)
treed1ec7570194a520d6d53cab2ed22c05836e1fe93 /CSharp/Ivy/IvyProbe/IvyProbe.cs
parentc76bc57d1fb2b7a23dfa22a828929254cb4e1add (diff)
downloadivy-csharp-907bae3979f4ff63cd63d94302c38af48fa2ccc9.zip
ivy-csharp-907bae3979f4ff63cd63d94302c38af48fa2ccc9.tar.gz
ivy-csharp-907bae3979f4ff63cd63d94302c38af48fa2ccc9.tar.bz2
ivy-csharp-907bae3979f4ff63cd63d94302c38af48fa2ccc9.tar.xz
Utilisateur : Fcolin Date : 27/01/06 Heure : 15:15 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 14)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs
index 7bb5f07..6b0245f 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs
@@ -63,8 +63,7 @@ namespace IvyProbe
tbRegexp.Text = "";
append( "bind("+regexp_id+") ->"+expression);
}
- [IvyBinding("(.*)")]
- private void receive(IvyClient client, string[] args)
+ private void receive(IvyClient client, string[] args)
{
string receive_str = "client " + client.ApplicationName + " envoie: [";
for (int i = 0; i < args.Length; i++)