diff options
author | fcolin | 2007-02-01 10:06:17 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:06:17 +0000 |
commit | 907bae3979f4ff63cd63d94302c38af48fa2ccc9 (patch) | |
tree | d1ec7570194a520d6d53cab2ed22c05836e1fe93 /CSharp/Ivy/IvyProbe | |
parent | c76bc57d1fb2b7a23dfa22a828929254cb4e1add (diff) | |
download | ivy-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')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 3 |
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++)
|