diff options
author | fcolin | 2007-02-01 09:42:29 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:42:29 +0000 |
commit | 9a87eeb9a23d59f4571f815abfddbfde8f1ca158 (patch) | |
tree | 41a78fcf1688730591c875db50e4c4b361f8c53b /CSharp | |
parent | d59c4c8e6b821c497705fff1394c5b9dee422fcf (diff) | |
download | ivy-csharp-9a87eeb9a23d59f4571f815abfddbfde8f1ca158.zip ivy-csharp-9a87eeb9a23d59f4571f815abfddbfde8f1ca158.tar.gz ivy-csharp-9a87eeb9a23d59f4571f815abfddbfde8f1ca158.tar.bz2 ivy-csharp-9a87eeb9a23d59f4571f815abfddbfde8f1ca158.tar.xz |
Utilisateur : Fcolin Date : 16/01/04 Heure : 16:31 Archivé dans $/EScribe/Ivy Commentaire: (vss 16)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index b4f3b65..db0dfbb 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/Ivy.cs @@ -90,6 +90,18 @@ namespace IvyBus }
}
+ public String[] Classes
+ {
+ get
+ {
+ return messages_classes;
+ }
+ set
+ {
+ messages_classes = value;
+ }
+
+ }
/// the name of the application on the bus
internal String appName;
|