diff options
author | fcolin | 2007-02-01 09:43:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:43:28 +0000 |
commit | 12bac66eea811e203a212d080a92836e696472b4 (patch) | |
tree | 2d2d3e8ad88004bf7d7512f79174de5cb7c09af2 /CSharp | |
parent | eb9ab103075dc521f0d6731f8811a866251d70a8 (diff) | |
download | ivy-csharp-12bac66eea811e203a212d080a92836e696472b4.zip ivy-csharp-12bac66eea811e203a212d080a92836e696472b4.tar.gz ivy-csharp-12bac66eea811e203a212d080a92836e696472b4.tar.bz2 ivy-csharp-12bac66eea811e203a212d080a92836e696472b4.tar.xz |
Utilisateur : Fcolin Date : 6/02/06 Heure : 17:17 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 46)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index 0624b1a..474d213 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/Ivy.cs @@ -863,7 +863,7 @@ namespace IvyBus internal bool CheckRegexp(string exp)
{
bool regexp_ok = true;
- // TODO Bug
+ // Attention Bug
// ClockStop ClockStart & ^Clock(Start|Pause)
// should Stop to the first parent
if ((sent_messageClasses != null) && exp.StartsWith("^") )
|