From 224378a496fa1146965c8afb7a14c2a72674137b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:54:28 +0000 Subject: Utilisateur : Fcolin Date : 16/01/04 Heure : 16:31 Archivé dans $/EScribe/Ivy Commentaire: (vss 16) --- CSharp/Ivy/IvyPPC/Ivy.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CSharp/Ivy/IvyPPC/Ivy.cs') diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index b4f3b65..db0dfbb 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/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; -- cgit v1.1